# 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-std-keys" version = "0.15.0" authors = [ "Sentclose ", "Jörn Heinemann ", ] include = [ "Cargo.toml", "../LICENSE", "src/**/*", ] description = "Key impl of the classic algorithms that were used pre 0.14.0 of sentc." homepage = "https://sentc.com/" documentation = "https://sentc.com/" license-file = "LICENSE" repository = "https://github.com/sentclose/sentc" [dependencies.aes-gcm] version = "0.9.4" [dependencies.argon2] version = "0.3" [dependencies.base64ct] version = "1.0.1" features = ["alloc"] optional = true default-features = false [dependencies.ed25519-dalek] version = "2.1.1" features = [ "fast", "rand_core", ] default-features = false [dependencies.hkdf] version = "0.12.3" default-features = false [dependencies.hmac] version = "0.12.1" [dependencies.ope] version = "0.1.1" [dependencies.pqc_dilithium_edit] version = "0.2.0" features = [ "mode3", "aes", "random_signing", ] [dependencies.pqc_kyber_edit] version = "0.7.2" features = ["90s-fixslice"] [dependencies.rand_core] version = "0.6.3" features = ["getrandom"] default-features = false [dependencies.sentc-crypto-common] version = "0.11.0" optional = true [dependencies.sentc-crypto-core] 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 [dependencies.sha2] version = "0.10.2" default-features = false [dependencies.x25519-dalek] version = "2.0.1" features = ["static_secrets"] default-features = false [features] aes = [] argon2_hash = [] default = [ "aes", "ecies_kyber_hybrid", "ed25519_dilithium_hybrid", "hmac_sha256", "ope_sort", "argon2_hash", "default_env", ] default_env = [] ecies = [] ecies_kyber_hybrid = [] ed25519 = [] ed25519_dilithium_hybrid = [] full = [ "wrapper", "sentc-crypto-utils/encryption", ] hmac_sha256 = [] ope_sort = [] wrapper = [ "sentc-crypto-utils", "base64ct", "serde", "serde_json", "sentc-crypto-common", ]