# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "talk-loco-client" version = "0.6.1" authors = ["KiwiTalk contributors"] description = "Loco client" readme = "README.md" keywords = [ "talk", "loco", ] license = "Apache-2.0" repository = "https://github.com/KiwiTalk/KiwiTalk" [dependencies.async-stream] version = "0.3.5" [dependencies.bitflags] version = "2.4.1" features = ["serde"] [dependencies.bson] version = "2.7.0" [dependencies.futures-lite] version = "2.0.1" [dependencies.futures-loco-protocol] version = "0.4.0" [dependencies.num-bigint-dig] version = "0.8.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.serde] version = "1.0" [dependencies.serde-byte-array] version = "0.1.2" [dependencies.serde_with] version = "3.4.0" [dependencies.structstruck] version = "0.4.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-native-tls] version = "0.3.1" [dev-dependencies.tokio-util] version = "0.7.10" features = ["compat"] [features] wasm = ["futures-loco-protocol/wasm"]