linked-data-schema-derive 0.3.0

Generates SHACL from Rust structure
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 = "linked-data-schema-derive"
version = "0.3.0"
authors = ["Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generates SHACL from Rust structure"
readme = false
license = "MIT"
repository = "https://github.com/luminvent/linked-data-schema"

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

[dependencies.linked-data-core]
version = "0.1"

[dependencies.proc-macro-error]
version = "1"

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

[dependencies.quote]
version = "1.0"

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

[dependencies.uuid]
version = "1.17.0"
features = ["v4"]