# 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.3.0" authors = ["James Douglass Lefruit"] build = false exclude = [ ".github/workflows/rust.yml", ".vscode/settings.json", ] autobins = false autoexamples = false autotests = false autobenches = false 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.3.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] name = "dto_mapper" path = "src/lib.rs" proc-macro = true [[example]] name = "dto_example" path = "examples/dto_example.rs" [[test]] name = "test_dto_creation" path = "tests/test_dto_creation.rs" [dependencies.derive_builder] version = "0.20" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.derive_builder] version = "0.20" [dev-dependencies.serde] version = "1.0" features = [ "serde_derive", "derive", ] [dev-dependencies.serde_json] version = "1.0"