# 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 = "bakare" version = "0.1.0" authors = ["Cyryl PÅ‚otnicki "] description = "modern and simple, yet efficient backup solution" license = "AGPL-3.0" [profile.release] debug = 1 [dependencies.anyhow] version = "1.0" [dependencies.atomicwrites] version = "0.2" [dependencies.base64] version = "0.13" [dependencies.fail] version = "0.4" [dependencies.femme] version = "2.1" [dependencies.fs2] version = "0.4" [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.19" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.tempfile] version = "3.1" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.vfs] version = "0.4" [dependencies.walkdir] version = "2.3" [dev-dependencies.cargo-husky] version = "1" features = ["run-for-all", "prepush-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] default-features = false [dev-dependencies.proptest] version = "0.10" [dev-dependencies.two-rusty-forks] version = "0.4.0" [features] failpoints = ["fail/failpoints"]