[[bin]]
name = "tomli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.thiserror]
version = "1"
[dependencies.toml_edit]
version = "0.22"
[package]
authors = ["blinxen <h-k-81@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple CLI for quering and editing TOML files"
edition = "2021"
include = ["src/**/*.rs", "tests/**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE"]
license = "MIT"
name = "tomli"
readme = "README.md"
repository = "https://github.com/blinxen/tomli"
version = "0.2.3"
[[test]]
name = "delete"
path = "tests/delete.rs"
[[test]]
name = "general"
path = "tests/general.rs"
[[test]]
name = "query"
path = "tests/query.rs"
[[test]]
name = "set"
path = "tests/set.rs"