# 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 = "tighterror-build" version = "0.0.22" authors = ["Rafael Buchbinder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The tighterror code generation library." readme = "README.md" keywords = [ "tighterror", "build", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r-bk/tighterror" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tighterror_build" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.convert_case] version = "0.6.0" [dependencies.log] version = "0.4" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.syn] version = "2.0" features = ["parsing"] default-features = false [dependencies.tempfile] version = "3.10.0" [dependencies.tighterror] version = "0.0.22" [dependencies.toml] version = "0.8" optional = true [dev-dependencies.env_logger] version = "0.11.1" [features] default = [ "yaml", "toml", ] toml = ["dep:toml"] yaml = ["dep:serde_yaml"]