# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "saltlick" version = "0.5.0" authors = ["Nick Stevens "] description = "A library for encrypting and decrypting file streams using libsodium" homepage = "https://github.com/saltlick-crypto/saltlick-rs" documentation = "https://docs.rs/saltlick" readme = "README.md" keywords = [ "async", "cryptography", "libsodium", "security", "streaming", ] categories = [ "cryptography", "filesystem", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/saltlick-crypto/saltlick-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "simple" [[example]] name = "simple_async" required-features = ["io-async"] [dependencies.async-stream] version = "0.3" optional = true [dependencies.byteorder] version = "1.3" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" optional = true [dependencies.lazy_static] version = "1.0" [dependencies.pem] version = "3" [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.simple_asn1] version = "0.6" [dependencies.sodiumoxide] version = "0.2.3" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" optional = true [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "fs", "io-util", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-stream] version = "0.1" [features] default = [] io-async = [ "async-stream", "futures", "pin-project-lite", "tokio", ] proptest-tests = [] [badges.codecov] branch = "master" repository = "saltlick-crypto/saltlick-rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "saltlick-crypto/saltlick-rs" [badges.is-it-maintained-open-issues] repository = "saltlick-crypto/saltlick-rs" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "saltlick-crypto/saltlick-rs"