[package] name = "pout" version = "0.0.2" description = "A little program that prettifies another program's output" authors = [ "Federico Damián Schonborn " ] repository = "https://github.com/feddamisch/pout" license = "MIT" readme = "README.md" edition = "2018" [[bin]] name = "pout" path = "src/bin.rs" [dependencies] paw = "1.0.0" serde_json = "1.0.40" serde-transcode = "1.1.0" [dependencies.structopt] version = "0.2.18" features = ["paw"]