[package] name = "smtlib-build-util" version.workspace = true edition = "2021" description = "The build utils for building the smtlib family of crates" homepage = "https://github.com/oeb25/smtlib-rs" license = "MIT/Apache-2.0" authors = ["Oliver Bøving "] repository = "https://github.com/oeb25/smtlib-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] heck = "0.4.0" indexmap = { version = "2.1.0", features = ["serde"] } itertools.workspace = true miette = { workspace = true, features = ["fancy"] } prettyplease = "0.2.15" proc-macro2 = "1.0.69" quote = "1.0.33" serde.workspace = true syn = "2.0.39" toml = { version = "0.8.8", features = ["indexmap"] }