# 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-cli" version = "0.1.6" authors = ["Nathan McCarty "] build = "build.rs" description = "Deduplicating, secure, tamper resistant archiver" homepage = "https://asuran.rs" documentation = "https://docs.rs/crate/asuran-cli" readme = "README.md" license = "BSD-2-Clause-Patent" repository = "https://gitlab.com/asuran-rs/asuran/" [dependencies.anyhow] version = "1.0.31" [dependencies.asuran] version = "= 0.1.6" default-features = false [dependencies.async-channel] version = "1.1.1" [dependencies.async-trait] version = "0.1.36" [dependencies.chrono] version = "0.4.11" [dependencies.clap] version = "2.33.1" [dependencies.futures] version = "0.3.5" default-features = false [dependencies.globset] version = "0.4.5" [dependencies.num_cpus] version = "1.13.0" [dependencies.prettytable-rs] version = "0.8.0" default-features = false [dependencies.smol] version = "0.1.18" [dependencies.structopt] version = "0.3.15" [dependencies.tracing] version = "0.1.15" [build-dependencies.vergen] version = "3.1.0" [features] aes-family = ["asuran/aes-family"] all-backend = ["asuran/all-backend"] all-chunk = ["asuran/all-chunk"] all-compression = ["asuran/all-compression"] all-encryption = ["asuran/all-encryption"] all-hmac = ["asuran/all-hmac"] blake2b = ["asuran/blake2b"] blake3-neon = ["asuran/blake3-neon"] chacha-family = ["asuran/chacha-family"] default = ["all-chunk", "all-backend"] lzma = ["asuran/lzma"] only-local-backends = ["asuran/only-local-backends"] sftp = ["asuran/sftp"] vendored-openssl = ["asuran/vendored-openssl"]