# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "streamlined-ntru-prime" version = "0.1.2" authors = ["MitchellBerry "] description = "Rust implementation of the Streamline NTRU Prime algorithm" documentation = "https://docs.rs/crate/streamlined-ntru-prime/0.1.2" readme = "readme.md" keywords = ["cryptography", "hashing", "NTRU", "post-quantum"] categories = ["algorithms", "cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/MitchellBerry/streamlined-ntru-prime" [dependencies.hex] version = "0.3.2" optional = true [dependencies.rand] version = "0.6.0" [dependencies.serde] version = "1.0.80" optional = true [dependencies.serde_derive] version = "1.0.80" optional = true [dependencies.serde_json] version = "1.0.33" optional = true [dependencies.sha2] version = "0.8.0" [features] default = [] testing = ["serde", "serde_json", "serde_derive", "hex"]