# 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.74" name = "rustemo-compiler" version = "0.7.0" authors = ["Igor R. Dejanović "] build = "build.rs" exclude = [ "**/*.rustemo", "**/*.expected", "**/*.ast", "**/*.err", "**/tests*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rustemo compiler and development tools" readme = "README.md" keywords = [ "parser", "generator", "LR", "grammar", ] categories = ["parsing"] license = "Apache-2.0 OR MIT" repository = "https://github.com/igordejanovic/rustemo" [lib] name = "rustemo_compiler" path = "src/lib.rs" doctest = false [[bin]] name = "rcomp" path = "src/main.rs" [dependencies.clap] version = "3.2.13" features = ["derive"] [dependencies.colored] version = "2" [dependencies.convert_case] version = "0.5.0" default-features = false [dependencies.itertools] version = "0.10" features = ["use_std"] default-features = false [dependencies.prettyplease] version = "0.1.18" [dependencies.proc-macro2] version = "1.0.43" [dependencies.quote] version = "1.0.20" [dependencies.rustemo] version = "0.7" [dependencies.syn] version = "1.0.98" features = [ "parsing", "full", "printing", ] [dev-dependencies.criterion] version = "0.3.5" [features] bootstrap = []