[package] name = "cumin" version = "0.9.13" authors = ["cympfh "] edition = "2018" license = "MIT" description = "Cumin, Configuration Language" homepage = "https://github.com/cympfh/cumin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" nom = "6" structopt = { version = "0.3", default-features = false } serde = "1.0" serde_json = "1.0" serde_yaml = "0.8" [[bin]] name = "cuminc" path = "src/bin/cuminc.rs"