]> git.proxmox.com Git - perlmod.git/blame - perlmod/Cargo.toml
import
[perlmod.git] / perlmod / Cargo.toml
CommitLineData
f7cc8c37
WB
1[package]
2name = "perlmod"
3version = "0.1.0"
4authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
5edition = "2018"
6build = "build.rs"
7
8[dependencies]
9bitflags = "1.2.1"
10failure = "0.1"
11libc = "0.2"
12serde = { version = "1.0", features = ["derive"] }
13perlmod-macro = { path = "../perlmod-macro", optional = true }
14
15[features]
16default = ["exporter"]
17exporter = ["perlmod-macro"]
18
19[build-dependencies]
20cc = "1.0.46"