rudof_lib 0.2.14

RDF data shapes implementation in Rust
# 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.14"
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 = [
    "src/**/*.rs",
    "src/default_config.toml",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
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]

[target.'cfg(not(target_family = "wasm"))'.dependencies.colored]
version = "3"

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

[target.'cfg(not(target_family = "wasm"))'.dependencies.dctap]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.either]
version = "1.13"
features = ["serde"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.oxrdf]
version = "0.3.0"
features = [
    "oxsdatatypes",
    "rdf-12",
    "oxsdatatypes",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.pgschema]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.prefixmap]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rdf_config]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "rustls-tls-native-roots",
]
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.rudof_generate]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rudof_iri]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rudof_rdf]
version = "0.2.14"
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde]
version = "1"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.shacl]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.shapes_comparator]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.shapes_converter]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.shex_ast]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.shex_validation]
version = "0.2.14"

[target.'cfg(not(target_family = "wasm"))'.dependencies.sparql_service]
version = "0.2.14"
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.tabled]
version = "0.20.0"
features = ["ansi"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.termtree]
version = "0.4"

[target.'cfg(not(target_family = "wasm"))'.dependencies.thiserror]
version = "2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.toml]
version = "0.9"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tracing]
version = "0.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.url]
version = "2.2.2"