|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[package] |
|
|
|
|
name = "oxigraph" |
|
|
|
|
version = "0.3.0-rc.1" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"] |
|
|
|
|
license = "MIT OR Apache-2.0" |
|
|
|
|
readme = "README.md" |
|
|
|
@ -37,13 +37,13 @@ nom = "7" |
|
|
|
|
siphasher = "0.3" |
|
|
|
|
lazy_static = "1" |
|
|
|
|
sysinfo = "0.23" |
|
|
|
|
oxrdf = { version = "0.1.0-rc.1", path="oxrdf", features = ["rdf-star"] } |
|
|
|
|
spargebra = { version = "0.2.0-rc.1", path="spargebra", features = ["rdf-star"] } |
|
|
|
|
sparesults = { version = "0.1.0-rc.1", path="sparesults", features = ["rdf-star"] } |
|
|
|
|
oxrdf = { version = "0.1.0", path="oxrdf", features = ["rdf-star"] } |
|
|
|
|
spargebra = { version = "0.2.0", path="spargebra", features = ["rdf-star"] } |
|
|
|
|
sparesults = { version = "0.1.0", path="sparesults", features = ["rdf-star"] } |
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] |
|
|
|
|
libc = "0.2" |
|
|
|
|
oxrocksdb-sys = { version = "0.3.0-rc.1", path="../oxrocksdb-sys" } |
|
|
|
|
oxrocksdb-sys = { version = "0.3.0", path="../oxrocksdb-sys" } |
|
|
|
|
oxhttp = { version = "0.1", optional = true } |
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies] |
|
|
|
|