# 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 = "asuran" version = "0.1.6" authors = ["Nathan McCarty "] description = "Deduplicating, encrypting, fast, and tamper evident archive format" homepage = "https://asuran.rs" documentation = "https://docs.rs/crate/asuran" readme = "README.md" keywords = ["encryption", "compression", "deduplication", "backup", "archive"] license = "BSD-2-Clause-Patent" repository = "https://gitlab.com/asuran-rs/asuran/" [[bench]] name = "chunkandstore" harness = false [[bench]] name = "archive" harness = false [dependencies.asuran-chunker] version = "= 0.1.6" features = ["streams"] [dependencies.asuran-core] version = "= 0.1.6" default-features = false [dependencies.async-channel] version = "1.1.1" [dependencies.async-lock] version = "1.1.4" [dependencies.async-trait] version = "0.1.36" [dependencies.base64] version = "0.12.3" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.11" features = ["serde"] [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.dashmap] version = "3.11.4" [dependencies.futures] version = "0.3.5" features = ["std"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.lru] version = "0.5.2" default-features = false [dependencies.num_cpus] version = "1.13.0" [dependencies.petgraph] version = "0.5.1" default-features = false [dependencies.rand] version = "0.7.3" [dependencies.semver] version = "0.10.0" features = ["serde"] [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_cbor] version = "0.11.1" [dependencies.smol] version = "0.1.18" [dependencies.ssh2] version = "0.8.1" optional = true [dependencies.thiserror] version = "1.0.20" [dependencies.tracing] version = "0.1.15" [dependencies.tracing-futures] version = "0.2.4" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dependencies.walkdir] version = "2.3.1" [dependencies.zeroize] version = "1.1.0" features = ["zeroize_derive"] [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.dir-diff] version = "0.3.2" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1" [dev-dependencies.rand] version = "0.7.3" features = ["small_rng"] [dev-dependencies.tempfile] version = "3.1.0" [features] aes-family = ["asuran-core/aes-family"] all-backend = ["sftp"] all-chunk = ["asuran-core/all-chunk"] all-compression = ["asuran-core/all-compression"] all-encryption = ["asuran-core/all-encryption"] all-hmac = ["asuran-core/all-hmac"] blake2b = ["asuran-core/blake2b"] blake3-neon = ["asuran-core/blake3-neon"] chacha-family = ["asuran-core/chacha-family"] default = ["all-chunk", "all-backend"] lzma = ["asuran-core/lzma"] only-local-backends = ["all-chunk"] sftp = ["ssh2"] vendored-openssl = ["ssh2/vendored-openssl"]