[package]
name = "tomlcli"
version = "0.2.0"
authors = ["Sergey Sova <mail@sergeysova.com>"]
description = "Pretty print and query TOML files"
homepage = "https://github.com/sergeysova/tomlcli.rs"
documentation = "https://docs.rs/tomlcli/"
readme = "README.md"
keywords = ["toml", "cli", "print", "console", "terminal"]
license = "MIT"
repository = "https://github.com/sergeysova/tomlcli.rs"
[[bin]]
name = "toml"
path = "./src/main.rs"
[dependencies.clap]
version = "2.29.2"
[dependencies.colored]
version = "1.6.0"
[dependencies.toml]
version = "0.4.5"