fayalite/crates/fayalite-visit-gen/Cargo.toml

19 lines
557 B
TOML

# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
[package]
name = "fayalite-visit-gen"
version = "0.1.0"
edition = "2021"
workspace = "../.."
license = "LGPL-3.0-or-later"
[dependencies]
indexmap = { version = "2.2.6", features = ["serde"] }
prettyplease = "0.2.20"
proc-macro2 = "1.0.83"
quote = "1.0.36"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = { version = "1.0.117", features = ["preserve_order"] }
syn = { version = "2.0.66", features = ["full", "extra-traits"] }
thiserror = "1.0.61"