[package]
name = "reasonable"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description.workspace = true
repository.workspace = true
homepage.workspace = true
[dependencies]
rio_turtle.workspace = true
rio_api.workspace = true
oxrdf.workspace = true
datafrog.workspace = true
disjoint-sets.workspace = true
log.workspace = true
thiserror = "1.0"
quick-xml = "0.36"
[features]
default = []
rdf-12 = ["oxrdf/rdf-12"]
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "my_benchmark"
harness = false
path = "../benches/my_benchmark.rs"
[profile.release]
debug = true
[package.metadata.maturin]
name = "reasonable"