2 name = "proxmox-backup"
5 "Dietmar Maurer <dietmar@proxmox.com>",
6 "Dominik Csapak <d.csapak@proxmox.com>",
7 "Christian Ebner <c.ebner@proxmox.com>",
8 "Fabian Grünbichler <f.gruenbichler@proxmox.com>",
9 "Stefan Reiter <s.reiter@proxmox.com>",
10 "Thomas Lamprecht <t.lamprecht@proxmox.com>",
11 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
12 "Proxmox Support Team <support@proxmox.com>",
16 description = "Proxmox Backup"
17 homepage = "https://www.proxmox.com"
20 exclude = [ "build", "debian", "tests/catar_data/test_symlink/symlink1"]
23 name = "proxmox_backup"
27 apt-pkg-native = "0.3.2"
32 endian_trait = { version = "0.6", features = ["arrays"] }
39 h2 = { version = "0.3", features = [ "stream" ] }
42 hyper = { version = "0.14", features = [ "full" ] }
52 percent-encoding = "2.1"
55 pathpatterns = "0.1.2"
56 proxmox = { version = "0.11.4", features = [ "sortable-macro", "api-macro", "websocket" ] }
57 #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
58 #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] }
59 proxmox-fuse = "0.1.1"
60 pxar = { version = "0.10.1", features = [ "tokio-io" ] }
61 #pxar = { path = "../pxar", features = [ "tokio-io" ] }
64 serde = { version = "1.0", features = ["derive"] }
68 tokio = { version = "1.0", features = [ "fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "time" ] }
69 tokio-openssl = "0.6.1"
70 tokio-stream = "0.1.0"
71 tokio-util = { version = "0.6", features = [ "codec", "io" ] }
72 tower-service = "0.3.0"
75 #valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
79 zstd = { version = "0.4", features = [ "bindgen" ] }
81 crossbeam-channel = "0.5"
83 proxmox-acme-rs = "0.2.1"
87 #valgrind = ["valgrind_request"]