# 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) [package] edition = "2018" name = "keychain-services" version = "0.1.1" authors = ["Tony Arcieri "] description = " Rust access to macOS Keychain Services, including TouchID-guarded\n access to cryptographic keys stored in the Secure Enclave\n Processor (SEP).\n " homepage = "https://keychain-services.rs/" documentation = "https://keychain-services.rs/docs/" readme = "README.md" keywords = ["ecdsa", "macos", "keychain", "touchid", "signatures"] categories = ["api-bindings", "authentication", "cryptography", "hardware-support"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/keychain-services.rs/" [dependencies.core-foundation] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.zeroize] version = "0.4" [dev-dependencies.ring] version = "0.13" [dev-dependencies.tempfile] version = "3" [dev-dependencies.untrusted] version = "0.6" [features] interactive-tests = [] [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "iqlusioninc/keychain-services.rs"