shacl_validation 0.2.2

RDF data shapes implementation in Rust
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 = "shacl_validation"
version = "0.2.2"
authors = [
    "Jose Emilio Labra Gayo <labra@uniovi.es>",
    "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>",
    "Marc-Antoine Arnaud <marc-antoine.arnaud@luminvent.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF data shapes implementation in Rust"
homepage = "https://rudof-project.github.io/rudof"
readme = "README.md"
keywords = [
    "rdf",
    "linked-data",
    "semantic-web",
    "shex",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rudof-project/rudof"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "3"

[dependencies.const_format]
version = "0.2"

[dependencies.indoc]
version = "2"

[dependencies.iri_s]
version = "0.1.90"

[dependencies.prefixmap]
version = "0.1.104"

[dependencies.rudof_rdf]
version = "0.2.2"

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

[dependencies.shacl_ast]
version = "0.2.2"

[dependencies.shacl_ir]
version = "0.2.2"

[dependencies.shacl_rdf]
version = "0.2.2"

[dependencies.sparql_service]
version = "0.2.2"

[dependencies.tabled]
version = "0.20.0"
features = ["ansi"]

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.oxrdf]
version = "0.3.0"
features = [
    "oxsdatatypes",
    "rdf-12",
]

[dev-dependencies.tracing-test]
version = "0.2.5"