v_utils_macros 1.2.7

Macros for my utils crate
Documentation
[[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 = "my_config_primitives"
path = "tests/my_config_primitives.rs"

[[test]]
name = "tests"
path = "tests/progress.rs"
[dependencies.anyhow]
version = "^1.0.86"

[dependencies.proc-macro2]
version = "^1.0.86"

[dependencies.quote]
version = "^1.0.36"

[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "^2.0.67"
[dev-dependencies.toml]
version = "0.8.14"

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

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

[package]
autobenches = false
autobins = false
autoexamples = 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 = "1.2.7"