Pretty print and query TOML files
bash
cargo install tomlcli
Next use toml
or tomlcli
binary.
```bash
toml Cargo.toml
toml Cargo.toml package
toml Cargo.toml package.name
toml Cargo.toml package.keywords.0
toml Cargo.lock package.0
toml Cargo.lock package.0.name ```
toml
[[bin]]
name = "foo"
path = "./bar.rs"
toml
[example]
"foo.bar" = "example"
Copyright (c) Sergey Sova. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for details.