|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[package] |
|
|
|
|
name = "oxigraph" |
|
|
|
|
version = "0.3.12" |
|
|
|
|
version = "0.3.13-dev" |
|
|
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"] |
|
|
|
|
license = "MIT OR Apache-2.0" |
|
|
|
|
readme = "README.md" |
|
|
|
@ -37,10 +37,10 @@ hex = "0.4" |
|
|
|
|
siphasher = "0.3" |
|
|
|
|
lazy_static = "1" |
|
|
|
|
sysinfo = "0.28" |
|
|
|
|
oxrdf = { version = "0.1.3", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } |
|
|
|
|
oxsdatatypes = { version = "0.1.0", path="oxsdatatypes" } |
|
|
|
|
spargebra = { version = "0.2.5", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } |
|
|
|
|
sparesults = { version = "0.1.5", path="sparesults", features = ["rdf-star"] } |
|
|
|
|
oxrdf = { version = "0.1.4-dev", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } |
|
|
|
|
oxsdatatypes = { version = "0.1.1-dev", path="oxsdatatypes" } |
|
|
|
|
spargebra = { version = "0.2.6-dev", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } |
|
|
|
|
sparesults = { version = "0.1.6-dev", path="sparesults", features = ["rdf-star"] } |
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_family = "wasm"))'.dependencies] |
|
|
|
|
libc = "0.2" |
|
|
|
|