Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oxigraph/testsuite/Cargo.toml

31 lines
651 B

[package]
name = "oxigraph-testsuite"
version = "0.0.0"
authors.workspace = true
license.workspace = true
description = """
Implementation of W3C testsuites for Oxigraph
"""
edition.workspace = true
rust-version.workspace = true
publish = false
[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
oxigraph.workspace = true
oxttl.workspace = true
spargebra.workspace = true
sparopt.workspace = true
text-diff.workspace = true
time = { workspace = true, features = ["formatting"] }
[dev-dependencies]
codspeed-criterion-compat.workspace = true
[lints]
workspace = true
[[bench]]
name = "parser"
harness = false