[package] name = "shacl_validation" version = "0.1.52" readme = "README.md" license.workspace = true authors.workspace = true description.workspace = true repository.workspace = true homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true [features] rdf-star = [ "srdf/rdf-star", ] [dependencies] srdf = { workspace = true } shacl_ast = { workspace = true } iri_s = { workspace = true } prefixmap = { workspace = true } sparql_service = { workspace = true } thiserror = { workspace = true } # needed for the definition of errors lazy_static = "1" # needed for the definition of the vocab const_format = "0.2" # needed for the definition of the vocab indoc = "2" # needed for the definition of SPARQL queries # oxiri = "0.2.0-alpha.2" # TODO: can be removed? (needed for the use of the stores ) clap = { workspace = true } # needed for creating the ValueEnums (ensuring compatibility with clap) serde = { version = "1.0", features = ["derive"] } # needed for the config thing serde_yml = { workspace = true } # needed for the config thing colored = { workspace = true }