# 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" rust-version = "1.81" name = "xenon-parser" version = "0.1.9" authors = ["Liam Greenway "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Xenon Language Parser/Lexer" readme = "README.md" keywords = [ "language", "compiler", "lexer", "parser", "xenon", ] categories = [ "compilers", "development-tools", "parsing", ] license = "Apache-2.0" repository = "https://github.com/Xenon-Language/xenon-parser" [lib] name = "xenon_parser" path = "src/lib.rs" [dependencies.logex] version = "1.0.0" [dependencies.logos] version = "0.14.2" [dependencies.serde] version = "1.0.208" [dependencies.serde_yml] version = "0.0.11" [lints.rust] unsafe_code = "forbid"