# 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 = "2018" name = "enocoro128v2" version = "0.1.6" authors = ["Tiemoko Ballo"] include = ["**/*.rs", "**/*.md", "**/*.txt", "Cargo.toml", "LICENSE"] description = "Safe, embedded-friendly Enocoro-128 (Version 2) stream cipher. Verified using Hitachi's official test vectors." homepage = "https://github.com/entropic-security/enocoro128v2" documentation = "https://docs.rs/enocoro128v2" readme = "README.md" keywords = ["encryption", "no_std", "enocoro", "enocoro128", "enocoro128v2"] categories = ["cryptography", "no-std", "embedded"] license = "MIT" repository = "https://github.com/entropic-security/enocoro128v2" [dependencies.static_assertions] version = "^1" [dependencies.zeroize] version = "^1" features = ["zeroize_derive"] default-features = false