# 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) cargo-features = ["edition"] [package] name = "sarkara" version = "0.10.0-alpha.4" authors = ["quininer kel "] description = "A experimental post-quantum cryptography library." documentation = "https://docs.rs/sarkara/" keywords = ["post-quantum", "cryptography"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/quininer/sarkara" edition = "2018" [dependencies.arrayref] version = "0.3" [dependencies.dilithium] version = "=0.2.0-alpha.3" [dependencies.failure] version = "0.1" [dependencies.kyber] version = "=0.2.0-alpha.2" [dependencies.mem-aead-mrs] version = "0.1" [dependencies.norx] version = "0.1" features = ["W64", "L4", "P1"] default-features = false [dependencies.norx-permutation] version = "0.1" features = ["W64", "L4"] default-features = false [dependencies.rand] version = "0.5" [dependencies.seckey] version = "0.9" features = ["nightly"] [dependencies.serde] version = "1" optional = true [features] simd = ["norx-permutation/simd", "norx/simd"] [badges.appveyor] repository = "quininer/sarkara" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "quininer/sarkara"