2 name = "proxmox-backup"
4 authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
7 description = "Proxmox Backup"
8 homepage = "https://www.proxmox.com"
10 exclude = [ "build", "debian", "tests/catar_data/test_symlink/symlink1"]
13 name = "proxmox_backup"
17 apt-pkg-native = "0.3.1" # custom patched version
22 endian_trait = { version = "0.6", features = ["arrays"] }
25 h2 = { version = "0.2", features = ["stream"] }
38 percent-encoding = "2.1"
40 pathpatterns = "0.1.2"
41 proxmox = { version = "0.5.0", features = [ "sortable-macro", "api-macro", "websocket" ] }
42 #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
43 #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] }
44 proxmox-fuse = "0.1.0"
45 pxar = { version = "0.6.1", features = [ "tokio-io", "futures-io" ] }
46 #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] }
49 serde = { version = "1.0", features = ["derive"] }
53 tokio = { version = "0.2.9", features = [ "blocking", "fs", "dns", "io-util", "macros", "process", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] }
54 tokio-openssl = "0.4.0"
55 tokio-util = { version = "0.3", features = [ "codec" ] }
56 tower-service = "0.3.0"
59 #valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
62 zstd = { version = "0.4", features = [ "bindgen" ] }
64 crossbeam-channel = "0.4"
68 #valgrind = ["valgrind_request"]