# 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 = "2021" rust-version = "1.63.0" name = "chacha20-poly1305" version = "0.1.1" exclude = [ "tests", "contrib", ] description = "The ChaCha20 stream cipher and Poly1305 MAC based AEAD." readme = "README.md" keywords = [ "crypto", "encryption", ] categories = ["cryptography"] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dev-dependencies.hex] version = "0.3.0" features = ["alloc"] default-features = false package = "hex-conservative" [features] alloc = [] default = ["std"] std = ["alloc"]