# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "datman" version = "0.1.0" authors = ["Olivier 'reivilibre' "] description = "A chunked and deduplicated backup system using Yama" license = "GPL-3.0-or-later" repository = "https://bics.ga/reivilibre/yama" [dependencies.anyhow] version = "1.0" [dependencies.arc-interner] version = "0.5.1" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.env_logger] version = "0.7.1" [dependencies.glob] version = "0.3.0" [dependencies.humansize] version = "1.1.1" [dependencies.indicatif] version = "0.14.0" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.termion] version = "1.5.6" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.5" [dependencies.yama] version = "0.4.0" [dependencies.zstd] version = "0.6.0"