iri-rs-enum 3.3.6

Derive macro that maps vocabulary IRIs onto enum variants, with compile-time prefix resolution and const-friendly output.
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"
rust-version = "1.85.0"
name = "iri-rs-enum"
version = "3.3.6"
authors = [
    "Timothée Haudebourg <author@haudebourg.net>",
    "Matej Škvarč <matej.skvarc@senlab.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro that maps vocabulary IRIs onto enum variants, with compile-time prefix resolution and const-friendly output."
readme = "README.md"
keywords = [
    "iri",
    "uri",
    "rdf",
    "vocabulary",
    "derive",
]
categories = [
    "web-programming",
    "internationalization",
    "development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mskvarc/iri-rs/"

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

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[dependencies.iri-rs-core]
version = "3.3.6"

[dependencies.proc-macro-crate]
version = "3.5.0"

[dependencies.proc-macro2]
version = "1.0.107"

[dependencies.quote]
version = "1.0.47"

[dependencies.syn]
version = "3.0.3"
features = ["full"]

[dev-dependencies.iri-rs-core]
version = "3.3.6"

[dev-dependencies.iri-rs-static]
version = "3.3.6"