[package] name = "y2j" version = "0.2.0" authors = ["Rob Young "] edition = "2018" description = "Convert YAML to JSON on the command line" license = "MIT" repository = "https://github.com/robyoung/y2j" [dependencies] serde = "1.0.119" serde_yaml = "0.8.15" serde_json = "1.0.61" clap = "2.33" anyhow = "1.0"