# 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" name = "lazychacha" version = "0.1.1" exclude = [ "Makefile", ".gitignore", "/target/", ] description = "Lazy ChaCha20-Poly1305 in Rust base on RustCrypto: ChaCha20Poly1305." readme = "README.md" keywords = [ "lazychacha", "chacha", ] license-file = "LICENSE" repository = "https://github.com/prongbang/lazychacha-rs" [[bench]] name = "lazychacha_benchmark" harness = false [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.faster-hex] version = "0.9.0" [dependencies.x25519-dalek] version = "2.0.1" features = ["getrandom"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]