# 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 = "dto_mapper" version = "0.2.0" authors = ["James Douglass Lefruit"] exclude = [ ".github/workflows/rust.yml", ".vscode/settings.json", ] description = "A library to create dynamic DTOs (Data Transfer Object) from a structure" homepage = "https://github.com/douggynix/dto_mapper" documentation = "https://github.com/douggynix/dto_mapper/tree/0.2.0" readme = "README.md" keywords = [ "dto", "dto-mapper", "data-transfer-object", "dto-pattern", "model-mapper", ] categories = [ "data-structures", "web-programming", "rust-patterns", ] license = "Apache-2.0" repository = "https://github.com/douggynix/dto_mapper" [lib] proc-macro = true [dependencies.derive_builder] version = "0.20.0" [dependencies.proc-macro2] version = "1.0.81" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.60" features = ["full"] [dependencies.unstringify] version = "0.1.4" [dev-dependencies.derive_builder] version = "0.20.0"