|
|
|
@ -14,9 +14,6 @@ a SPARQL database and RDF toolkit |
|
|
|
|
edition = "2021" |
|
|
|
|
rust-version = "1.65" |
|
|
|
|
|
|
|
|
|
[package.metadata.docs.rs] |
|
|
|
|
all-features = true |
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
|
default = [] |
|
|
|
|
http_client = ["oxhttp", "oxhttp/rustls"] |
|
|
|
@ -57,6 +54,10 @@ criterion = "0.5" |
|
|
|
|
oxhttp = "0.1" |
|
|
|
|
zstd = "0.12" |
|
|
|
|
|
|
|
|
|
[package.metadata.docs.rs] |
|
|
|
|
all-features = true |
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"] |
|
|
|
|
|
|
|
|
|
[[bench]] |
|
|
|
|
name = "store" |
|
|
|
|
harness = false |
|
|
|
|