# 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 = "onlang" version = "0.6.0" authors = ["artegoser"] description = "A programming language running on json or yaml" homepage = "https://github.com/artegoser/ONLang" documentation = "https://github.com/artegoser/ONLang/blob/master/doc/main.md" readme = "./README.md" keywords = [ "programming-language", "interpreter", "yaml", "json", "json5", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/artegoser/ONLang" resolver = "2" [[bin]] name = "on" path = "src/main.rs" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.colored] version = "2" [dependencies.json5] version = "0.4.1" [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9"