nestum 0.3.2

Proc-macro for nested enum paths like Enum1::Variant1::VariantA
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 = "2024"
name = "nestum"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro for nested enum paths like Enum1::Variant1::VariantA"
readme = "README.md"
license = "MIT"
repository = "https://github.com/eboody/nestum"
resolver = "2"

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

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

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

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

[dependencies.darling]
version = "0.21"

[dependencies.module_path_extractor]
version = "0.3.16"

[dependencies.proc-macro-error2]
version = "2"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
    "visit-mut",
]

[dev-dependencies.prettyplease]
version = "0.2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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

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

[dev-dependencies.trybuild]
version = "1"