# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "corn-cli" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for Corn, A simple and pain-free configuration language." readme = "README.md" keywords = [ "configuration", "language", "pest", "peg", "cli", ] categories = ["config"] license = "MIT" repository = "https://github.com/JakeStanger/corn" [lib] name = "corn_cli" path = "src/lib.rs" [[bin]] name = "corn" path = "src/bin/corn.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.libcorn] version = "0.10.0" [dependencies.pest] version = "2.7.11" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.serde_yaml] version = "0.9.34" [dependencies.toml_edit] version = "0.22.20" features = ["serde"]