# 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 = "ryan-cli" version = "0.2.3" authors = ["Pedro Bittencorut Arruda "] description = "Ryan: a configuration language for the practical programmer" readme = "readme.md" keywords = [ "cli", "parser", "json", "serde", "serialization", ] license = "MIT" repository = "https://github.com/tokahuke/ryan" [[bin]] name = "ryan" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.69" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.ryan] version = "0.2.3" [dependencies.serde_json] version = "1.0.93" [dependencies.termcolor] version = "1.2.0" [dependencies.termcolor-json] version = "1.0.0"