v_utils_macros 2.2.5

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.95"

[dependencies.quote]
version = "^1.0.40"

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

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

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

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

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

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

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

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

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

[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.5"

[[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"