# 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 = "2018" name = "racc" version = "0.0.4" authors = ["Arlie Davis "] description = "RACC is a port of Berkeley YACC to Rust, and allows you to write grammar definitions directly in Rust source code." readme = "README.md" license = "MIT" [lib] name = "racc" proc-macro = true [dependencies.log] version = "0.4.*" features = ["release_max_level_warn"] [dependencies.proc-macro2] version = "1.0.67" [dependencies.quote] version = "1.0.2" [dependencies.ramp_table] version = "0.1.0" [dependencies.syn] version = "1.0.3" features = [ "full", "extra-traits", "visit", ] [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.log] version = "0.4.*" [dev-dependencies.static_init] version = "1.0.3" [features] default = ["racc_log"] racc_log = []