blob: 46f5fb31ed15996b51f841364f49640efa8b987c [file] [log] [blame]
[package]
name = "cargo-credential-wincred"
version = "0.4.4"
rust-version = "1.76.0" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
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
[lints]
workspace = true