# 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" rust-version = "1.70" name = "fips203-ffi" version = "0.4.1" authors = ["Daniel Kahn Gillmor "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "C shared library exposing FIPS 203: Module-Lattice-Based Key-Encapsulation Mechanism" documentation = "https://docs.rs/fips203" readme = "README.md" keywords = [ "FIPS", "FIPS203", "lattice", "kem", "ml", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/integritychain/fips203" [lib] name = "fips203" crate-type = [ "staticlib", "cdylib", ] path = "src/lib.rs" bench = false [dependencies.fips203] version = "0.4.1" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"]