# 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 = "trinitry" version = "0.2.2" description = "A very simple programming language, used to map functions to commands" readme = "README.md" keywords = [ "language", "simple", ] categories = ["parser-implementations"] license = "LGPL-3.0-or-later" repository = "https://codeberg.org/trinitrix/trinitry" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./docs/docs-header.html", ] [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" features = ["grammar-extras"]