# 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 = "2021" name = "gh-config" version = "0.4.0" authors = ["Natsuki Ikeguchi "] description = "Loads config and hosts for gh CLI." homepage = "https://github.com/siketyan/gh-config-rs" readme = "README.md" license = "MIT" repository = "https://github.com/siketyan/gh-config-rs.git" [[bin]] name = "gh-config" required-features = ["cli"] [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" optional = true [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0.61" [features] cli = [ "anyhow", "clap", "serde_json", ] default = [] [target."cfg(target_os = \"linux\")".dependencies.secret-service] version = "3.0.1" features = ["rt-async-io-crypto-rust"] [target."cfg(target_os = \"macos\")".dependencies.base64] version = "0.22.1" [target."cfg(target_os = \"macos\")".dependencies.hex] version = "0.4.3" [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2.11" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.56.0" features = [ "Win32_Foundation", "Win32_Security_Credentials", ]