# 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 = "prism-parser" version = "0.2.0" authors = ["Jonathan Brouwer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A PEG parsing library built for the Prism programming language" readme = "README.md" license = "MPL-2.0" [lib] name = "prism_parser" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.ariadne] version = "0.4" [dependencies.bincode] version = "1.3" [dependencies.bumpalo] version = "3.16.0" [dependencies.bumpalo_try] version = "0.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.stacker] version = "0.1.15"