[[bin]]
name = "gh-config"
required-features = ["cli"]
[dependencies.anyhow]
optional = true
version = "1.0"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"
[dependencies.dirs]
version = "5.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[features]
cli = ["anyhow", "clap", "serde_json"]
default = []
[package]
authors = ["Natsuki Ikeguchi <me@s6n.jp>"]
description = "Loads config and hosts for gh CLI."
edition = "2021"
homepage = "https://github.com/siketyan/gh-config-rs"
license = "MIT"
name = "gh-config"
readme = "README.md"
repository = "https://github.com/siketyan/gh-config-rs.git"
version = "0.3.2"
[target."cfg(target_os = \"linux\")".dependencies.secret-service]
features = ["rt-async-io-crypto-rust"]
version = "3.0"
[target."cfg(target_os = \"macos\")".dependencies.base64]
version = "0.22.0"
[target."cfg(target_os = \"macos\")".dependencies.hex]
version = "0.4.3"
[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "2.9"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_Security_Credentials"]
version = "0.54.0"