# 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" rust-version = "1.64" name = "cargo-config2" version = "0.1.9" exclude = [ "/.*", "/tools", ] description = """ Load and resolve Cargo configuration. """ readme = "README.md" keywords = [ "cargo", "config", ] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/cargo-config2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dependencies.cfg-expr] version = "0.15" [dependencies.home] version = "0.5" [dependencies.once_cell] version = "1" default-features = false [dependencies.serde] version = "1.0.165" features = ["derive"] [dependencies.shell-escape] version = "0.1.5" [dependencies.toml] version = "0.7" features = ["parse"] default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.build-context] version = "0.1" [dev-dependencies.clap] version = "4" features = [ "std", "derive", ] default-features = false [dev-dependencies.duct] version = "0.13" [dev-dependencies.fs-err] version = "2" [dev-dependencies.lexopt] version = "0.3" [dev-dependencies.rustversion] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.static_assertions] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.toml] version = "0.7" [dev-dependencies.walkdir] version = "2"