[package]
edition = "2024"
rust-version = "1.96"
name = "inline-client"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stateful Rust client foundation for Inline."
homepage = "https://inline.chat"
documentation = "https://docs.rs/inline-client"
readme = "README.md"
keywords = [
"inline",
"chat",
"client",
"sdk",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/inline-chat/inline"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "inline_client"
path = "src/lib.rs"
[dependencies.futures-util]
version = "0.3.30"
[dependencies.inline-sdk]
version = "0.6.1"
[dependencies.log]
version = "0.4.22"
[dependencies.prost]
version = "0.12.6"
[dependencies.rusqlite]
version = "0.40.1"
[dependencies.serde]
version = "1.0.217"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.135"
[dependencies.thiserror]
version = "1.0.69"
[dependencies.tokio]
version = "1.43.0"
features = [
"fs",
"io-util",
"macros",
"rt-multi-thread",
"sync",
"time",
]
[dev-dependencies.prost]
version = "0.12.6"
[dev-dependencies.tokio-tungstenite]
version = "0.29.0"
features = ["rustls-tls-native-roots"]