]> git.proxmox.com Git - pmg-rs.git/blame_incremental - Cargo.toml
use hex crate instead of proxmox::tools::digest_to_hex
[pmg-rs.git] / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "pmg-rs"
3version = "0.2.0"
4authors = [
5 "Proxmox Support Team <support@proxmox.com>",
6 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
7 "Fabian Ebner <f.ebner@proxmox.com>",
8]
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"
23hex = "0.4"
24openssl = "0.10.32"
25serde = "1.0"
26serde_bytes = "0.11.3"
27serde_json = "1.0"
28
29perlmod = { version = "0.5.2", features = [ "exporter" ] }
30#perlmod = { path = "../perlmod/perlmod", features = [ "exporter" ] }
31
32proxmox = "0.14"
33
34proxmox-acme-rs = { version = "0.2.2", features = ["client"] }
35#proxmox-acme-rs = { path = "../proxmox-acme-rs", features = ["client"] }
36
37proxmox-apt = "0.8.0"