rudof_lib 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 = "rudof_lib"
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
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "src/default_config.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RDF data shapes implementation in Rust"
homepage = "https://rudof-project.github.io/rudof"
documentation = "https://docs.rs/rudof_lib"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rudof-project/rudof"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dctap]
version = "0.2.0"

[dependencies.either]
version = "1.13"
features = ["serde"]

[dependencies.iri_s]
version = "0.1.90"

[dependencies.mie]
version = "0.1.104"

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

[dependencies.prefixmap]
version = "0.1.104"

[dependencies.rdf_config]
version = "0.1.102"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.rudof_rdf]
version = "0.2.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shacl_ast]
version = "0.2.2"

[dependencies.shacl_ir]
version = "0.2.2"

[dependencies.shacl_rdf]
version = "0.2.2"

[dependencies.shacl_validation]
version = "0.2.2"

[dependencies.shapes_comparator]
version = "0.2.1"

[dependencies.shapes_converter]
version = "0.2.0"

[dependencies.shex_ast]
version = "0.2.1"

[dependencies.shex_validation]
version = "0.2.1"

[dependencies.spargebra]
version = "0.4.0"
features = ["sparql-12"]

[dependencies.sparql_service]
version = "0.2.2"

[dependencies.termtree]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.2.2"

[target.'cfg(not(target_family = "wasm"))'.dependencies.crossterm]
version = "0.27"

[target.'cfg(target_family = "wasm")'.dependencies.clientele]
version = "0.3.8"
features = []
default-features = false