# 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 = "headless-talk" version = "0.6.1" authors = ["KiwiTalk contributors"] description = "Headless talk implementation" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/KiwiTalk/KiwiTalk" [dependencies.arrayvec] version = "0.7.4" features = ["serde"] [dependencies.bson] version = "2.7.0" [dependencies.diesel] version = "2.1.3" features = [ "sqlite", "r2d2", "serde_json", ] [dependencies.diesel_migrations] version = "2.1.0" [dependencies.extend] version = "1.2.0" [dependencies.futures] version = "0.3.29" [dependencies.futures-loco-protocol] version = "0.4.0" [dependencies.libsqlite3-sys] version = "0.26.0" features = ["bundled"] [dependencies.log] version = "0.4.20" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.once_cell] version = "1.18.0" [dependencies.r2d2] version = "0.8.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.talk-loco-client] version = "0.6.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "macros", "time", ]