[package]
edition = "2024"
name = "shifty-engine"
version = "0.1.5"
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SHACL validation and SHACL-AF inference execution over the IR"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/shifty"
resolver = "2"
[lib]
name = "shifty_engine"
path = "src/lib.rs"
[[example]]
name = "bench"
path = "examples/bench.rs"
[[test]]
name = "data_shapes_report"
path = "tests/data_shapes_report.rs"
[[test]]
name = "differential"
path = "tests/differential.rs"
[[test]]
name = "graph_modes"
path = "tests/graph_modes.rs"
[[test]]
name = "sparql"
path = "tests/sparql.rs"
[[test]]
name = "sparql_target_report"
path = "tests/sparql_target_report.rs"
[[test]]
name = "w3c_advanced"
path = "tests/w3c_advanced.rs"
[[test]]
name = "w3c_core"
path = "tests/w3c_core.rs"
[[test]]
name = "w3c_sparql"
path = "tests/w3c_sparql.rs"
[dependencies.log]
version = "0.4"
[dependencies.oxigraph]
version = "0.5.5"
default-features = false
[dependencies.oxrdf]
version = "=0.3.3"
features = [
"serde",
"oxsdatatypes",
]
[dependencies.oxsdatatypes]
version = "0.2.2"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.shifty-algebra]
version = "0.1.1"
[dependencies.shifty-opt]
version = "0.1.1"
[dependencies.shifty-parse]
version = "0.1.1"
[dependencies.spareval]
version = "=0.2.6"
[dependencies.spargebra]
version = "=0.4.6"
features = ["sep-0006"]
[dev-dependencies.serde_json]
version = "1.0"