# 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.75.0" name = "sentc-crypto-rec-keys" version = "0.15.0" authors = [ "Sentclose ", "Jörn Heinemann ", ] include = [ "Cargo.toml", "../LICENSE", "src/**/*", ] description = "The recommended keys. It uses a combination of openssl and oqs." homepage = "https://sentc.com/" documentation = "https://sentc.com/" license-file = "LICENSE" repository = "https://github.com/sentclose/sentc" [dependencies.argon2] version = "0.3" [dependencies.digest] version = "0.10.7" [dependencies.ope] version = "0.1.1" [dependencies.openssl] version = "0.10.64" default-features = false [dependencies.safe-oqs] version = "0.10.0" features = [ "std", "ml_kem", "ml_dsa", ] default-features = false [dependencies.sentc-crypto-common] version = "0.11.0" optional = true [dependencies.sentc-crypto-core] version = "0.15.0" [dependencies.sentc-crypto-fips-keys] version = "0.15.0" [dependencies.sentc-crypto-utils] version = "0.15.0" optional = true [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.81" features = ["alloc"] optional = true default-features = false [features] default = [ "ecies_ml_kem_hybrid", "ed25519_ml_dsa_hybrid", ] ecies = [] ecies_ml_kem_hybrid = [] ed25519 = [] ed25519_ml_dsa_hybrid = [] full = [ "wrapper", "sentc-crypto-utils/encryption", "sentc-crypto-fips-keys/full", ] wrapper = [ "sentc-crypto-utils", "serde", "serde_json", "sentc-crypto-common", "sentc-crypto-fips-keys/wrapper", ]