rustemo-compiler 0.9.0

Rustemo compiler and development tools
Documentation
# 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.82.0"
name = "rustemo-compiler"
version = "0.9.0"
authors = ["Igor R. Dejanović <igor.dejanovic@gmail.com>"]
build = "build.rs"
exclude = [
    "**/*.rustemo",
    "**/*.expected",
    "**/*.ast",
    "**/*.err",
    "**/tests*",
]
autolib = false
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"

[features]
bootstrap = []

[lib]
name = "rustemo_compiler"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "rcomp"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[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.9"

[dependencies.syn]
version = "1.0.98"
features = [
    "parsing",
    "full",
    "printing",
]

[dependencies.thiserror]
version = "2"

[dependencies.yansi]
version = "1"
features = [
    "detect-tty",
    "detect-env",
]