v_utils_macros 2.11.41

Macros for my utils crate
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"
harness = false

[[test]]
name = "derive_settings"
path = "tests/derive_settings.rs"
required-features = ["cli"]

[[test]]
name = "diff_from_defaults"
path = "tests/diff_from_defaults.rs"
required-features = ["cli"]

[[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 = "live_settings"
path = "tests/live_settings.rs"
required-features = ["cli"]

[[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_no_default"
path = "tests/settings_no_default.rs"
required-features = ["cli"]

[[test]]
name = "test_unknown_field_warning"
path = "tests/test_unknown_field_warning.rs"
required-features = ["cli"]

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

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

[dependencies.eyre]
version = "^0.6.12"

[dependencies.heck]
version = "^0.5.0"

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

[dependencies.quote]
version = "^1.0.45"

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

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

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

[dev-dependencies.insta]
version = "^1.47.2"

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

[dev-dependencies.secrecy]
version = "0.10.3"

[dev-dependencies.serde_json]
version = "^1.0.149"

[dev-dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.toml]
version = "^1.1"

[dev-dependencies.tracing-error]
version = "0.2.1"

[dev-dependencies.ui_test]
version = "0.30"