# 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 = "rusty-saber" version = "1.0.0" authors = ["Lukas Kiem ", "Lukas Prokop "] description = "Pure rust implementation of the PQC scheme Saber" readme = "README.md" keywords = ["pqc", "post-quantum", "cryptography", "lattice"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/lkiem/rusty_saber" resolver = "2" [[bench]] name = "test_kem" harness = false [dependencies.aes] version = "0.7.5" [dependencies.sha3] version = "0.9.1" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.criterion-cycles-per-byte] version = "0.1.2" [dev-dependencies.rand] version = "0.8.4" [build-dependencies.cc] version = "1.0" [features] cref = [] default = [] firesaber = [] lightsaber = [] saber = []