linked-data-schema 0.2.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"
version = "0.2.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 = "README.md"
license = "MIT"
repository = "https://github.com/luminvent/linked-data-schema"

[lib]
name = "linked_data_schema"
path = "src/lib.rs"

[dependencies.iri_s]
version = "0.1"

[dependencies.linked-data-schema-derive]
version = "0.2"

[dependencies.prefixmap]
version = "=0.1.149"

[dependencies.rudof_rdf]
version = "0.2.2"

[dependencies.shacl_ast]
version = "=0.2.2"

[dependencies.shacl_rdf]
version = "=0.2.2"

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