File: Cargo.toml

package info (click to toggle)
oxigraph 0.4.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,552 kB
  • sloc: python: 1,866; cpp: 554; sh: 145; makefile: 78
file content (33 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[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"] }
json-event-parser.workspace = true
oxigraph.workspace = true
oxiri.workspace = true
oxjsonld.workspace = true
oxttl.workspace = true
spargebra.workspace = true
sparopt.workspace = true
spareval.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