struct-metadata 1.3.0

Macros for attaching metadata to structs.
Documentation
[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.struct-metadata-derive]
version = "1.1.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

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

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

[dev-dependencies.strum]
features = ["derive"]
version = "0.27"

[features]
chrono = ["dep:chrono"]
default = ["std", "chrono"]
serde_json = ["dep:serde_json"]
std = []

[lib]
name = "struct_metadata"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "config"]
description = "Macros for attaching metadata to structs."
edition = "2021"
license = "MIT"
name = "struct-metadata"
readme = false
version = "1.3.0"

[[test]]
name = "alias"
path = "tests/alias.rs"

[[test]]
name = "containers"
path = "tests/containers.rs"

[[test]]
name = "custom"
path = "tests/custom.rs"

[[test]]
name = "default"
path = "tests/default.rs"

[[test]]
name = "enums"
path = "tests/enums.rs"

[[test]]
name = "propagation"
path = "tests/propagation.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "simple"
path = "tests/simple.rs"