ld-core-derive 0.4.0

Derive macros for the `ld-core` Linked-Data serialization traits
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.96.0"
name = "ld-core-derive"
version = "0.4.0"
authors = [
    "Spruce Systems, Inc.",
    "Matej Škvarč <matej.skvarc@senlab.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the `ld-core` Linked-Data serialization traits"
readme = "README.md"
keywords = [
    "semantic-web",
    "linked-data",
    "rdf",
    "serialization",
    "derive",
]
categories = [
    "encoding",
    "web-programming",
    "development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mskvarc/ld-core/"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.iri-rs]
version = "3.3.7"
features = ["static"]

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

[dependencies.quote]
version = "1.0.47"

[dependencies.syn]
version = "3.0.3"

[dependencies.thiserror]
version = "2.0.19"