[dependencies.proc-macro2]
version = "1.0.81"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
features = ["extra-traits", "derive", "proc-macro"]
version = "2.0.60"
[dev-dependencies.trybuild]
version = "1.0.91"
[lib]
name = "vodca"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["turtton <top.gear7509@turtton.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Reduce boilerplate when writing DDD codes"
edition = "2021"
license = "MIT"
name = "vodca"
readme = "README.md"
repository = "https://github.com/turtton/vodca"
version = "0.1.8"
[[test]]
name = "as_ref"
path = "tests/as_ref.rs"
[[test]]
name = "from"
path = "tests/from.rs"
[[test]]
name = "name"
path = "tests/name.rs"
[[test]]
name = "new"
path = "tests/new.rs"
[[test]]
name = "references"
path = "tests/references.rs"
[[test]]
name = "references_generics"
path = "tests/references_generics.rs"
[[test]]
name = "test"
path = "tests/parse_test.rs"