orso-macros 0.0.2

ORSO procedural macros
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[lib]
name = "orso_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["https://github.com/tia-lab"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ORSO procedural macros"
edition = "2021"
homepage = "https://github.com/tia-lab/orso"
license = "MIT OR Apache-2.0"
name = "orso-macros"
readme = false
repository = "https://github.com/tia-lab/orso"
version = "0.0.2"