rudof_generate 0.3.13

RDF and Knowledge Graphs processing tool
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_generate"
version = "0.3.13"
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 and Knowledge Graphs processing tool"
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 = "rudof_generate"
path = "src/lib.rs"

[[bin]]
name = "rudof_generate"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[target.'cfg(not(target_family = "wasm"))'.dependencies.futures]
version = "0.3"

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

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

[target.'cfg(not(target_family = "wasm"))'.dependencies.rand]
version = "0.8"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rayon]
version = "1.7"

[target.'cfg(not(target_family = "wasm"))'.dependencies.regex]
version = "1.11"

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

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

[target.'cfg(not(target_family = "wasm"))'.dependencies.rust_decimal]
version = "1.38"

[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.3.13"

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

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

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.47.1"

[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.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.regex]
version = "1.11"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tempfile]
version = "3.10.1"