[dependencies.constructor_macro_internal]
version = "0"
[lib]
name = "ctor_macro"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A derive proc-macro that automatically derives a constructor for your struct!"
edition = "2024"
keywords = ["constructor", "derive"]
license = "MIT OR Apache-2.0"
name = "ctor_macro"
readme = "README.md"
repository = "https://github.com/SciMind2460/constructor_macro"
version = "0.1.0"