reflected 0.28.0

Something like reflection
Documentation
[package]
name = "reflected"
version = "0.28.0"
edition = "2024"
authors = ["Vladas Zakrevksis <146100@gmail.com>"]
description = "Something like reflection"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/VladasZ/reflected"
repository = "https://github.com/VladasZ/reflected"

[package.metadata.cargo-machete]
ignored = ["sqlx"]

[features]
default = []

sqlx_bind = ["sqlx", "reflected_proc/sqlx_bind"]

[dependencies]
chrono = { workspace = true }
fake = { workspace = true }
rust_decimal = { workspace = true }
reflected_proc = { workspace = true }
sqlx = { workspace = true, optional = true }