# 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" name = "tmuntaner-keyring" version = "0.1.0-alpha.15" authors = ["Thomas Muntaner "] description = "A keyring client for linux, mac, and windows" homepage = "https://github.com/tmuntaner/keyring-rs" documentation = "https://docs.rs/tmuntaner-keyring" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/tmuntaner/keyring-rs" [dependencies.anyhow] version = "1" [target."cfg(target_os = \"linux\")".dependencies.aes] version = "0.8" [target."cfg(target_os = \"linux\")".dependencies.cbc] version = "0.1.1" [target."cfg(target_os = \"linux\")".dependencies.cipher] version = "0.4.3" features = ["alloc"] [target."cfg(target_os = \"linux\")".dependencies.hkdf] version = "^0.12" [target."cfg(target_os = \"linux\")".dependencies.openssl] version = "0.10" [target."cfg(target_os = \"linux\")".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(target_os = \"linux\")".dependencies.serde_json] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.sha2] version = "^0.10" [target."cfg(target_os = \"linux\")".dependencies.zbus] version = "3.5" [target."cfg(target_os = \"linux\")".dependencies.zvariant] version = "3.0" [target."cfg(target_os = \"linux\")".dependencies.zvariant_derive] version = "3.0" [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2.3" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "1.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "^0.43" features = [ "Win32_Foundation", "Win32_Security_Credentials", "Win32_System_SystemInformation", ]