# 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 = "duchess-reflect" version = "0.3.0" description = "Internal component of duchess crate" homepage = "https://duchess-rs.github.io/duchess/" documentation = "https://duchess-rs.github.io/duchess/rustdoc/doc/duchess/index.html" license = "Apache-2.0 OR MIT" repository = "https://github.com/duchess-rs/duchess" [dependencies.anyhow] version = "1.0.70" [dependencies.lalrpop-util] version = "0.19.9" features = ["lexer"] [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.56" [dependencies.quote] version = "1.0.26" [dependencies.rust-format] version = "0.3.4" features = ["token_stream"] [dependencies.str_inflector] version = "0.12.0" [dependencies.syn] version = "2.0.15" [dependencies.tempfile] version = "3.8.1" [build-dependencies.lalrpop] version = "0.19.9"