|
|
|
@ -28,6 +28,12 @@ dependencies = [ |
|
|
|
|
"memchr", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anes" |
|
|
|
|
version = "0.1.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anyhow" |
|
|
|
|
version = "1.0.65" |
|
|
|
@ -143,6 +149,33 @@ version = "1.0.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ciborium" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ciborium-io", |
|
|
|
|
"ciborium-ll", |
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ciborium-io" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ciborium-ll" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ciborium-io", |
|
|
|
|
"half", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clang-sys" |
|
|
|
|
version = "1.4.0" |
|
|
|
@ -279,7 +312,7 @@ dependencies = [ |
|
|
|
|
"atty", |
|
|
|
|
"cast", |
|
|
|
|
"clap 2.34.0", |
|
|
|
|
"criterion-plot", |
|
|
|
|
"criterion-plot 0.4.5", |
|
|
|
|
"csv", |
|
|
|
|
"itertools", |
|
|
|
|
"lazy_static", |
|
|
|
@ -296,6 +329,32 @@ dependencies = [ |
|
|
|
|
"walkdir", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "criterion" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anes", |
|
|
|
|
"atty", |
|
|
|
|
"cast", |
|
|
|
|
"ciborium", |
|
|
|
|
"clap 3.2.22", |
|
|
|
|
"criterion-plot 0.5.0", |
|
|
|
|
"itertools", |
|
|
|
|
"lazy_static", |
|
|
|
|
"num-traits", |
|
|
|
|
"oorandom", |
|
|
|
|
"plotters", |
|
|
|
|
"rayon", |
|
|
|
|
"regex", |
|
|
|
|
"serde", |
|
|
|
|
"serde_derive", |
|
|
|
|
"serde_json", |
|
|
|
|
"tinytemplate", |
|
|
|
|
"walkdir", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "criterion-plot" |
|
|
|
|
version = "0.4.5" |
|
|
|
@ -306,6 +365,16 @@ dependencies = [ |
|
|
|
|
"itertools", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "criterion-plot" |
|
|
|
|
version = "0.5.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cast", |
|
|
|
|
"itertools", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "crossbeam-channel" |
|
|
|
|
version = "0.5.6" |
|
|
|
@ -787,7 +856,7 @@ dependencies = [ |
|
|
|
|
name = "oxigraph" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"criterion", |
|
|
|
|
"criterion 0.4.0", |
|
|
|
|
"digest", |
|
|
|
|
"getrandom", |
|
|
|
|
"hex", |
|
|
|
@ -848,7 +917,7 @@ version = "0.3.6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anyhow", |
|
|
|
|
"clap 4.0.2", |
|
|
|
|
"criterion", |
|
|
|
|
"criterion 0.3.6", |
|
|
|
|
"oxigraph", |
|
|
|
|
"text-diff", |
|
|
|
|
"time", |
|
|
|
@ -1344,6 +1413,9 @@ name = "serde" |
|
|
|
|
version = "1.0.145" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde_derive", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_cbor" |
|
|
|
|