# 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 = "ntrumls-plus" version = "0.0.6" authors = ["Jeffrey Hoffstein ", "Vladislav Markushin "] build = "build.rs" links = "ntrumls-plus" description = "Rust bindings for Jeffrey Hoffstein's `NTRUMLS` library." homepage = "https://github.com/NTRUOpenSourceProject/NTRUMLS" keywords = ["crypto", "post-quantum", "ntrumls", "nist", "signature"] license = "GPL-1.0" repository = "https://github.com/vmarkushin/rust-NTRUMLS" [lib] name = "ntrumls" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.3" optional = true [dependencies.serde] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dev-dependencies.rand] version = "^0.3" [dev-dependencies.rlibc] version = "1.0.0" [dev-dependencies.serde] version = "^1.0" [build-dependencies.gcc] version = "0.3" [features] default = [] unstable = []