# 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 = "forro" version = "0.1.0" description = """ An implementation of the Forró cipher. """ documentation = "https://docs.rs/forro" readme = "README.md" keywords = [ "forro", "stream-cipher", "aead", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/ericlagergren/forro" [package.metadata.cargo-all-features] always_include_features = [] denylist = ["error_in_core"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs", ] [dependencies.byteorder] version = "1" default-features = false [dependencies.cfg-if] version = "1" [dependencies.poly1305] version = "0.8" [dependencies.zeroize] version = "1.6" features = ["derive"] optional = true default-features = false [dev-dependencies.hex] version = "0.4" [features] default = ["zeroize"] error_in_core = [] std = [] zeroize = ["dep:zeroize"]