blob: c904075bba8dc05e6d4637d6c1a61a5d276c2bce [file] [log] [blame]
[package]
name = "cargo-credential-wincred"
version = "0.4.1"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository = "https://github.com/rust-lang/cargo"
description = "A Cargo credential process that stores tokens with Windows Credential Manager."
[dependencies]
cargo-credential.workspace = true
[target.'cfg(windows)'.dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security_Credentials"]
workspace = true