[dependencies.eyre]
version = "^0.6.12"
[dependencies.heck]
version = "^0.5.0"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "^1.0.103"
[dependencies.quote]
version = "^1.0.41"
[dependencies.serde]
features = ["derive"]
version = "^1.0.228"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "^2.0.108"
[dev-dependencies.clap]
features = ["derive"]
version = "^4.5.51"
[dev-dependencies.insta]
version = "1.43.2"
[dev-dependencies.polars]
default-features = false
features = ["fmt"]
version = "0.52.0"
[dev-dependencies.secrecy]
version = "^0.10.3"
[dev-dependencies.serde_json]
version = "1.0.145"
[dev-dependencies.toml]
version = "0.9.8"
[dev-dependencies.trybuild]
features = ["diff"]
version = "^1.0.113"
[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.8.0"
[[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 = "settings_nix"
path = "tests/settings_nix.rs"
[[test]]
name = "tests"
path = "tests/main.rs"
[[test]]
name = "wrap_new"
path = "tests/wrap_new.rs"