]> git.proxmox.com Git - pmg-rs.git/blame - Cargo.toml
use hex crate instead of proxmox::tools::digest_to_hex
[pmg-rs.git] / Cargo.toml
CommitLineData
9d1ff9b3
WB
1[package]
2name = "pmg-rs"
cc48eb00 3version = "0.2.0"
3dea33dc
TL
4authors = [
5 "Proxmox Support Team <support@proxmox.com>",
6 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
7 "Fabian Ebner <f.ebner@proxmox.com>",
8]
9d1ff9b3
WB
9edition = "2018"
10license = "AGPL-3"
11description = "PMG parts which have been ported to rust"
12exclude = [
13 "build",
14 "debian",
15 "PMG",
16]
17
18[lib]
19crate-type = [ "cdylib" ]
20
21[dependencies]
22anyhow = "1.0"
a179bae0 23hex = "0.4"
9d1ff9b3
WB
24openssl = "0.10.32"
25serde = "1.0"
26serde_bytes = "0.11.3"
27serde_json = "1.0"
28
dae75bf9 29perlmod = { version = "0.5.2", features = [ "exporter" ] }
9d1ff9b3
WB
30#perlmod = { path = "../perlmod/perlmod", features = [ "exporter" ] }
31
a179bae0 32proxmox = "0.14"
8d2fc487 33
c9f2b85d 34proxmox-acme-rs = { version = "0.2.2", features = ["client"] }
9d1ff9b3 35#proxmox-acme-rs = { path = "../proxmox-acme-rs", features = ["client"] }
8d2fc487 36
a179bae0 37proxmox-apt = "0.8.0"