[package] name = "oxigraph_testsuite" version = "0.0.0" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "../README.md" repository = "https://github.com/oxigraph/oxigraph" description = """ Implementation of W3C testsuites for Oxigraph """ edition = "2021" publish = false [dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } time = { version = "0.3", features = ["formatting"] } oxigraph = { path = "../lib" } oxttl = { path= "../lib/oxttl" } sparopt = { path = "../lib/sparopt" } spargebra = { path = "../lib/spargebra" } text-diff = "0.4" rio_api = "0.8" rio_turtle = "0.8" [dev-dependencies] criterion = "0.5" [[bench]] name = "parser" harness = false