# 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 = "toml-path" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "jq for tomls" homepage = "https://github.com/adam-gaia/toml-path" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adam-gaia/toml-path" [profile.dist] lto = "thin" inherits = "release" [lib] name = "toml_path" path = "src/lib.rs" [[bin]] name = "toml-path" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.eyre] version = "0.6.12" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" features = [ "preserve_order", "display", ] [dependencies.winnow] version = "0.6.18" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.trycmd] version = "0.15.7"