shapemap 0.0.10

RDF data shapes implementation in Rust
Documentation
[package]
name = "shapemap"
version = "0.0.10"
authors.workspace = true
description.workspace = true
documentation = "https://docs.rs/shapemap"
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
iri_s = { path = "../iri_s", version = "0.0.10" }
srdf = { path = "../srdf", version = "0.0.10" }
prefixmap = { path = "../prefixmap", version = "0.0.10" }
shex_ast = { path = "../shex_ast", version = "0.0.10" }
indexmap = "2.1"
thiserror = "1.0"
log = "0.4"


[dev-dependencies]
env_logger = "0.10"
tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"]}
test-log = "0.2.12"