# 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.56.1" name = "rust_chacha20" version = "0.3.0" description = "ChaCha20 stream cipher." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rustaceanrob/chacha20" [lib] name = "chacha20" path = "src/lib.rs" [dependencies] [dev-dependencies.chacha20] version = "0.9.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.4"