# 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-cli2" version = "0.3.2" authors = [ "Greg Price ", "Mahmoud Mazouz ", ] description = "A simple CLI for editing and querying TOML files." readme = "README.md" license = "MIT" repository = "https://github.com/ZettaScaleLabs/toml-cli2" [[bin]] name = "toml" path = "src/main.rs" [[test]] name = "integration" path = "test/test.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.37" [dependencies.toml_edit] version = "0.15" [dev-dependencies.tempfile] version = "3.3.0"