# 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 = "hctr2" version = "0.2.0" authors = ["Eric Lagergren"] description = """ An implementation of the length-preserving encryption HCTR2 algorithm. """ documentation = "https://docs.rs/hctr2-rs" readme = "README.md" keywords = ["hctr2"] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/ericlagergren/hctr2-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.byteorder] version = "1.4" default-features = false [dependencies.cipher] version = "0.4" [dependencies.generic-array] version = "0.14" [dependencies.polyval] version = "0.6" default-features = false [dependencies.zeroize] version = "1.5" optional = true default-features = false [dev-dependencies.aes] version = "0.8" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"