sx_cli 0.0.10

RDF data shapes implementation in Rust
[package]
name = "sx_cli"
version = "0.0.10"
authors.workspace = true
description.workspace = true
documentation = "https://www.weso.es/shapes-rs/"
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
shex_ast = { path = "../shex_ast", version = "0.0.10" }
shex_validation = { path = "../shex_validation", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
iri_s = { path = "../iri_s", version = "0.0.10" }
shapemap = { path = "../shapemap", version = "0.0.10" }
shex_compact = { path = "../shex_compact", version = "0.0.10" }
shacl_ast = { path = "../shacl_ast", version = "0.0.10" }

serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.9.21"
anyhow = "1.0"
thiserror = "1.0"
void = "1"
clap = { version = "4.2.1", features = ["derive"] }
oxrdf = "0.2.0-alpha.2"
oxiri = "0.2.3-alpha.1"
log = "0.4"
env_logger = "0.10"
regex = "1"