|
|
@ -41,7 +41,7 @@ nom = "6" |
|
|
|
peg = "0.7" |
|
|
|
peg = "0.7" |
|
|
|
siphasher = "0.3" |
|
|
|
siphasher = "0.3" |
|
|
|
lasso = {version="0.5", features=["multi-threaded", "inline-more"]} |
|
|
|
lasso = {version="0.5", features=["multi-threaded", "inline-more"]} |
|
|
|
sophia_api = { version = "0.7.0", optional = true } |
|
|
|
sophia_api = { version = ">=0.6,<0.8", optional = true } |
|
|
|
http = "0.2" |
|
|
|
http = "0.2" |
|
|
|
httparse = { version = "1", optional = true } |
|
|
|
httparse = { version = "1", optional = true } |
|
|
|
native-tls = { version = "0.2", optional = true } |
|
|
|
native-tls = { version = "0.2", optional = true } |
|
|
@ -54,7 +54,7 @@ getrandom = {version="0.2", features=["js"]} |
|
|
|
[dev-dependencies] |
|
|
|
[dev-dependencies] |
|
|
|
rayon = "1" |
|
|
|
rayon = "1" |
|
|
|
criterion = "0.3" |
|
|
|
criterion = "0.3" |
|
|
|
sophia_api = { version = "0.7.0", features = ["test_macro"] } |
|
|
|
sophia_api = { version = ">=0.6,<0.8", features = ["test_macro"] } |
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies] |
|
|
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies] |
|
|
|
wasm-bindgen-test = "0.3" |
|
|
|
wasm-bindgen-test = "0.3" |
|
|
|