# 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" 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" [dependencies.indexmap] version = "1" [dependencies.lazy_static] version = "1" [dependencies.pest] version = "2.5.5" [dependencies.pest_derive] version = "2.5.5" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1"