# 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_core" version = "3.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "core library 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_core" path = "src/lib.rs" [dependencies.rustc-hash] version = "2.0" optional = true [features] builder = [] default = [] error = [] fxhash = ["dep:rustc-hash"] tree = []