2018-10-30 10:04:30 +01:00
[ package ]
2018-12-20 10:32:49 +01:00
name = "proxmox-backup"
2021-10-05 16:34:35 +02:00
version = "2.0.11"
2020-11-10 14:42:41 +01:00
authors = [
"Dietmar Maurer <dietmar@proxmox.com>" ,
"Dominik Csapak <d.csapak@proxmox.com>" ,
"Christian Ebner <c.ebner@proxmox.com>" ,
"Fabian Grünbichler <f.gruenbichler@proxmox.com>" ,
"Stefan Reiter <s.reiter@proxmox.com>" ,
"Thomas Lamprecht <t.lamprecht@proxmox.com>" ,
"Wolfgang Bumiller <w.bumiller@proxmox.com>" ,
"Proxmox Support Team <support@proxmox.com>" ,
]
2018-11-01 14:42:27 +01:00
edition = "2018"
2020-01-15 10:29:57 +01:00
license = "AGPL-3"
description = "Proxmox Backup"
homepage = "https://www.proxmox.com"
exclude = [ "build" , "debian" , "tests/catar_data/test_symlink/symlink1" ]
2018-10-30 10:40:05 +01:00
2021-07-06 11:56:35 +02:00
[ workspace ]
members = [
"pbs-buildcfg" ,
2021-07-19 10:50:18 +02:00
"pbs-client" ,
2021-09-02 12:47:11 +02:00
"pbs-config" ,
2021-07-06 12:49:10 +02:00
"pbs-datastore" ,
2021-07-21 14:12:22 +02:00
"pbs-fuse-loop" ,
2021-07-06 12:08:44 +02:00
"pbs-runtime" ,
2021-09-21 07:58:39 +02:00
"proxmox-rest-server" ,
2021-09-21 09:33:51 +02:00
"proxmox-systemd" ,
2021-09-13 11:54:24 +02:00
"pbs-tape" ,
2021-07-06 13:26:35 +02:00
"pbs-tools" ,
2021-07-12 10:45:09 +02:00
"proxmox-backup-banner" ,
2021-08-26 11:00:37 +02:00
"proxmox-backup-client" ,
2021-09-01 12:21:51 +02:00
"proxmox-file-restore" ,
2021-09-21 07:58:52 +02:00
"proxmox-restore-daemon" ,
2021-07-19 15:53:43 +02:00
"pxar-bin" ,
2021-07-06 11:56:35 +02:00
]
2018-10-30 10:40:05 +01:00
[ lib ]
2018-12-20 10:32:49 +01:00
name = "proxmox_backup"
2018-10-30 10:40:05 +01:00
path = "src/lib.rs"
2018-10-30 10:04:30 +01:00
[ dependencies ]
2021-02-01 11:51:50 +01:00
apt-pkg-native = "0.3.2"
2020-05-18 09:06:44 +02:00
base64 = "0.12"
2020-05-05 10:14:41 +02:00
bitflags = "1.2.1"
2020-12-03 16:00:54 +01:00
bytes = "1.0"
2019-08-23 12:20:33 +02:00
crc32fast = "1"
endian_trait = { version = "0.6" , features = [ "arrays" ] }
2021-03-31 12:21:52 +02:00
env_logger = "0.7"
2021-04-06 11:03:42 +02:00
flate2 = "1.0"
2020-04-17 14:11:25 +02:00
anyhow = "1.0"
2021-04-12 09:36:29 +02:00
thiserror = "1.0"
2019-12-12 15:27:07 +01:00
futures = "0.3"
2020-12-03 16:00:54 +01:00
h2 = { version = "0.3" , features = [ "stream" ] }
2020-04-29 11:59:31 +02:00
handlebars = "3.0"
2019-12-12 15:27:07 +01:00
http = "0.2"
2020-12-03 16:00:54 +01:00
hyper = { version = "0.14" , features = [ "full" ] }
2019-12-18 10:47:30 +01:00
lazy_static = "1.4"
2018-12-19 09:51:33 +01:00
libc = "0.2"
2019-08-23 12:20:33 +02:00
log = "0.4"
2020-12-03 16:00:54 +01:00
nix = "0.19.1"
2020-06-09 10:01:12 +02:00
num-traits = "0.2"
2020-05-05 10:14:41 +02:00
once_cell = "1.3.1"
2019-01-20 10:06:29 +01:00
openssl = "0.10"
2019-08-23 12:20:33 +02:00
pam = "0.7"
pam-sys = "0.5"
2019-12-13 11:55:52 +01:00
percent-encoding = "2.1"
2019-12-18 10:47:30 +01:00
regex = "1.2"
2020-12-03 16:00:54 +01:00
rustyline = "7"
2019-08-23 12:20:33 +02:00
serde = { version = "1.0" , features = [ "derive" ] }
serde_json = "1.0"
2018-12-28 19:50:07 +01:00
siphasher = "0.3"
2019-08-23 12:20:33 +02:00
syslog = "4.0"
2021-06-01 09:30:12 +02:00
tokio = { version = "1.6" , features = [ "fs" , "io-util" , "io-std" , "macros" , "net" , "parking_lot" , "process" , "rt" , "rt-multi-thread" , "signal" , "time" ] }
2020-12-03 16:00:54 +01:00
tokio-openssl = "0.6.1"
tokio-stream = "0.1.0"
2021-03-31 12:22:02 +02:00
tokio-util = { version = "0.6" , features = [ "codec" , "io" ] }
2019-12-12 15:27:07 +01:00
tower-service = "0.3.0"
2020-07-20 12:07:45 +02:00
udev = ">= 0.3, <0.5"
2019-12-13 11:55:52 +01:00
url = "2.1"
2020-01-15 10:29:57 +01:00
#valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
2019-01-18 12:24:58 +01:00
walkdir = "2"
2020-11-16 14:37:22 +01:00
webauthn-rs = "0.2.5"
2019-03-06 10:23:56 +01:00
xdg = "2.2"
2020-05-14 12:17:20 +02:00
nom = "5.1"
2020-12-03 16:00:54 +01:00
crossbeam-channel = "0.5"
2019-05-22 14:43:24 +02:00
2021-09-01 12:32:21 +02:00
# Used only by examples currently:
zstd = { version = "0.6" , features = [ "bindgen" ] }
2021-07-06 11:48:28 +02:00
pathpatterns = "0.1.2"
pxar = { version = "0.10.1" , features = [ "tokio-io" ] }
2021-04-22 16:01:55 +02:00
2021-09-28 10:11:56 +02:00
proxmox = { version = "0.13.5" , features = [ "sortable-macro" , "api-macro" , "cli" , "router" , "tfa" ] }
2021-07-06 11:48:28 +02:00
proxmox-acme-rs = "0.2.1"
2021-08-24 15:32:27 +02:00
proxmox-apt = "0.7.0"
proxmox-http = { version = "0.4.0" , features = [ "client" , "http-helpers" , "websocket" ] }
2021-08-24 16:08:32 +02:00
proxmox-openid = "0.7.0"
2021-06-15 07:11:49 +02:00
2021-07-07 09:04:09 +02:00
pbs-api-types = { path = "pbs-api-types" }
2021-07-06 12:08:44 +02:00
pbs-buildcfg = { path = "pbs-buildcfg" }
2021-07-19 10:50:18 +02:00
pbs-client = { path = "pbs-client" }
2021-09-02 12:47:11 +02:00
pbs-config = { path = "pbs-config" }
2021-07-06 12:49:10 +02:00
pbs-datastore = { path = "pbs-datastore" }
2021-07-06 12:08:44 +02:00
pbs-runtime = { path = "pbs-runtime" }
2021-09-21 07:58:39 +02:00
proxmox-rest-server = { path = "proxmox-rest-server" }
2021-09-21 09:33:51 +02:00
proxmox-systemd = { path = "proxmox-systemd" }
2021-07-06 13:26:35 +02:00
pbs-tools = { path = "pbs-tools" }
2021-09-13 11:54:24 +02:00
pbs-tape = { path = "pbs-tape" }
2021-07-06 11:56:35 +02:00
2021-07-15 09:54:47 +02:00
# Local path overrides
# NOTE: You must run `cargo update` after changing this for it to take effect!
[ patch . crates-io ]
2021-08-26 11:41:41 +02:00
#proxmox = { path = "../proxmox/proxmox" }
#proxmox-http = { path = "../proxmox/proxmox-http" }
#pxar = { path = "../pxar" }
2021-07-15 09:54:47 +02:00
2019-05-22 14:43:24 +02:00
[ features ]
default = [ ]
2020-01-15 10:29:57 +01:00
#valgrind = ["valgrind_request"]