# 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 = "2018" rust-version = "1.66.0" name = "psa-crypto" version = "0.12.0" authors = ["Parsec Project Contributors"] description = "Wrapper around the PSA Cryptography API" readme = "README.md" keywords = [ "psa", "crypto", "cryptography", "no_std", ] categories = [ "api-bindings", "external-ffi-bindings", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/parallaxsecond/rust-psa-crypto" [dependencies.log] version = "0.4.20" [dependencies.psa-crypto-sys] version = "0.12.0" default-features = false [dependencies.serde] version = "1.0.115" features = ["derive"] default-features = false [dependencies.zeroize] version = "1.4.3" features = ["zeroize_derive"] [dev-dependencies.base64] version = "0.12.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rsa] version = "0.5.0" features = ["alloc"] [features] default = ["operations"] interface = ["psa-crypto-sys/interface"] operations = [ "psa-crypto-sys/operations", "interface", ] prefix = ["psa-crypto-sys/prefix"] std = []