# 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 = "smtlib-build-util" version = "0.1.8" authors = ["Oliver Bøving "] description = "The build utils for building the smtlib family of crates" homepage = "https://github.com/oeb25/smtlib-rs" license = "MIT/Apache-2.0" repository = "https://github.com/oeb25/smtlib-rs" [dependencies.heck] version = "0.4.0" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.itertools] version = "0.12.0" [dependencies.miette] version = "5.5.0" features = ["fancy"] [dependencies.prettyplease] version = "0.2.15" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.syn] version = "2.0.39" [dependencies.toml] version = "0.8.8" features = ["indexmap"]