# 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 = "buildstructor" version = "0.5.4" authors = ["Bryn Cooke "] description = "Macro to derive a builder from a constructor function." homepage = "https://github.com/BrynCooke/buildstructor" readme = "README.md" keywords = [ "derive", "macro", "builder", "constructor", ] categories = [ "development-tools", "rust-patterns", ] license = "Apache-2.0" repository = "https://github.com/BrynCooke/buildstructor" [lib] proc-macro = true [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.33" [dependencies.str_inflector] version = "0.12.0" [dependencies.syn] version = "2.0.29" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1.0.47" [dependencies.try_match] version = "0.4.1" [dev-dependencies.derive_more] version = "0.99.17" [dev-dependencies.http] version = "0.2.9" [dev-dependencies.insta] version = "1.31.0" [dev-dependencies.multimap] version = "0.9.0" [dev-dependencies.rust-format] version = "0.3.4" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.trybuild] version = "1.0.83"