diff --git a/Cargo.toml b/Cargo.toml index 7600223..12b63d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant_rest_client" -version = "0.0.1" +version = "0.0.2" license = "Apache-2.0" description = "The Dapr SDK for WebAssembly." repository = "https://github.com/second-state/qdrant-rest-client" @@ -18,5 +18,8 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" http = "0.2" anyhow = "1.0" -reqwest_wasi = { version = "0.11", features = ["json", "wasmedge-tls"] } +reqwest_wasi = { version = "0.11", features = ["json"] } tokio_wasi = { version = "1.21", features = ["rt", "macros", "net", "time"]} + +[features] +wasmedge-tls = ["reqwest_wasi/wasmedge-tls"]