[package] name = "datman" version = "0.1.0" authors = ["Olivier 'reivilibre' "] edition = "2018" repository = "https://bics.ga/reivilibre/yama" license = "GPL-3.0-or-later" description = "A chunked and deduplicated backup system using Yama" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0.0-beta.2" anyhow = "1.0" thiserror = "1.0" serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.64" toml = "0.5.5" log = "0.4" env_logger = "0.7.1" indicatif = "0.14.0" arc-interner = "0.5.1" zstd = "0.6.0" # 0.6.0+zstd.1.4.8 byteorder = "1" termion = "1.5.6" glob = "0.3.0" humansize = "1.1.1" chrono = "0.4.19" itertools = "0.10.1" yama = { path = "../yama", version = "0.4.0" }