# 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 = "conceal-core" version = "0.2.0" authors = ["Tyr Chen "] description = "A file encryption tool that leverage.\n" homepage = "https://github.com/tyrchen/conceal" documentation = "https://docs.rs/conceal/0.2.0/conceal_core/" readme = "../README.md" keywords = ["encryption", "security", "cryptography"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/tyrchen/conceal" [[bench]] name = "bench_conceal" harness = false [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.prost] version = "0.7" [dependencies.prost-types] version = "0.7" [dependencies.snow] version = "0.7" features = ["ring-accelerated"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["fs", "io-util"] [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = ["macros"] [build-dependencies.prost-build] version = "0.7"