# 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 = "privatebox" version = "0.1.1" authors = ["Jordan Isaacs"] description = "A small and easy to use API to encrypt your data." homepage = "https://github.com/jordanisaacs/privatebox" readme = "README.md" keywords = ["encryption", "storage", "container", "xchachapoly1305"] categories = ["cryptography", "no-std"] license = "MIT" repository = "https://github.com/jordanisaacs/privatebox" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docs_rs"] [dependencies.chacha20poly1305] version = "0.8.0" features = ["xchacha20poly1305"] default-features = false [dependencies.rand_core] version = "0.6.2" default-features = false [dependencies.zeroize] version = "1.3.0" default-features = false [dev-dependencies.rand] version = "0.8.3" [features] alloc = ["chacha20poly1305/alloc"] default = ["alloc"]