v_utils_macros 2.2.1

Macros for my utils crate
Documentation
[dependencies.eyre]
version = "^0.6.12"

[dependencies.heck]
version = "^0.5.0"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "^1.0.94"

[dependencies.quote]
version = "^1.0.39"

[dependencies.serde]
features = ["derive"]
version = "^1.0.218"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "^2.0.99"

[dev-dependencies.clap]
features = ["derive"]
version = "^4.5.31"

[dev-dependencies.insta]
version = "1.42.2"

[dev-dependencies.polars]
default-features = false
features = ["fmt"]
version = "0.46.0"

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

[dev-dependencies.toml]
version = "0.8.20"

[dev-dependencies.trybuild]
features = ["diff"]
version = "^1.0.104"

[[example]]
name = "test"
path = "tests/derive_settings.rs"

[features]
cli = []
default = ["cli"]
full = ["cli"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for my utils crate"
edition = "2021"
license = "MIT"
name = "v_utils_macros"
readme = "README.md"
repository = "https://github.com/Valera6/v_utils"
resolver = "1"
rust-version = "1.75"
version = "2.2.1"

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

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

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

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

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

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

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

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

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