1234567891011121314151617181920212223242526272829303132333435 |
- [package]
- name = "sonic-channel-wasi"
- version = "1.1.0"
- authors = ["Dmitriy Pleshevskiy <[email protected]>"]
- description = "Rust client for sonic search backend"
- categories = ["api-bindings"]
- keywords = ["sonic", "search", "client", "elasticsearch", "api"]
- edition = "2021"
- license = "MPL-2.0"
- repository = "https://github.com/pleshevskiy/sonic-channel"
- homepage = "https://github.com/pleshevskiy/sonic-channel"
- documentation = "https://docs.rs/sonic-channel"
- readme = "README.md"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- log = "0.4.17"
- whatlang = "0.16.2"
- wasmedge_wasi_socket = "0.5.4"
- [features]
- default = ["search"]
- ingest = []
- search = []
- control = []
- [badges]
- maintenance = { status = "actively-developed" }
- # https://docs.rs/about
- [package.metadata.docs.rs]
- all-features = true
|