# 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.67" name = "animo-secure-env" version = "0.5.0" authors = ["Berend Sliedrecht "] description = "secure-env is a wrapper library around the Android KeyStore and the iOS Security Framework for key creation and sign operations using the Secure Element" readme = "README.md" keywords = [ "cryptography", "hsm", "security", "keystore", "security-framework", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/animo/secure-env" [package.metadata.docs.rs] targets = [ "aarch64-apple-ios", "aarch64-apple-ios-sim", "x86_64-apple-ios", "aarch64-linux-android", "x86_64-linux-android", "armv7-linux-androideabi", "i686-linux-android", ] [lib] name = "secure_env" crate-type = [ "cdylib", "rlib", ] [dependencies.p256] version = "0.13.2" features = ["ecdsa-core"] [dependencies.thiserror] version = "1.0.60" [features] android_testing = [] default = [] [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.21.1" features = ["invocation"] [target."cfg(target_os = \"android\")".dependencies.lazy_static] version = "1.4.0" [target."cfg(target_os = \"android\")".dependencies.libc] version = "0.2.155" [target."cfg(target_os = \"android\")".dependencies.ndk-context] version = "0.1.1" [target."cfg(target_os = \"android\")".dependencies.ndk-sys] version = "0.6.0" [target."cfg(target_os = \"android\")".dependencies.paste] version = "1.0.15" [target."cfg(target_os = \"android\")".dependencies.x509-parser] version = "0.16.0" [target."cfg(target_os = \"ios\")".dependencies.security-framework] version = "2.11.1" features = ["OSX_10_13"] [badges.maintenance] status = "actively-developed"