# 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 = "rusty_lr_buildscript" version = "0.22.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "buildscipt tools for rusty_lr" readme = "README.md" keywords = [ "parser", "bison", "lr", "glr", "compiler", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ehwan/RustyLR" resolver = "1" [lib] name = "rusty_lr_buildscript" path = "src/lib.rs" [dependencies.codespan-reporting] version = "0.11" [dependencies.proc-macro2] version = "1.0.86" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.rusty_lr_core] version = "3.4.2" features = ["builder"] [dependencies.rusty_lr_parser] version = "3.25.1" [features] default = [] fxhash = [ "rusty_lr_core/fxhash", "rusty_lr_parser/fxhash", ] tree = [ "rusty_lr_parser/tree", "rusty_lr_core/tree", ]