subtoml-rs is a CLI utility that substitutes parts of TOML file, inspired by [dahlia/subtoml], but written in Rust.
``` subtoml 0.1.0 pbzweihander pbzweihander@gmail.com Substitute parts of TOML file
USAGE: subtoml [OPTIONS] [--] [KEY=VALUE]...
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-d, --delete
ARGS:
```bash $ subtoml -i Cargo.toml \ -d package \ -d dependencies.structopt \ dependencies.toml_edit=foo
[dependencies] toml_edit = "foo"
```
subtoml-rs is distributed under the terms of both [MIT License] and [Apache License 2.0]. See [COPYRIGHT] for detail.