# 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 = "kyber-rust" version = "0.2.1" authors = ["Zachary Kleckner zkleckner@gmail.com"] build = "build.rs" exclude = [ "/target/*", ".git/*", "node_modules/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust wrapper for the Kyber post-quantum key encapsulation mechanism" readme = "README.md" keywords = [ "cryptography", "post-quantum", "kyber", "kem", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/goldenhippo58/kyber-rust" [lib] name = "kyber_rust" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.libloading] version = "0.8" [build-dependencies.cc] version = "1.0"