fluxer-rust 0.1.2

Rust API wrapper for Fluxer
Documentation
# 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 = "fluxer-rust"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust API wrapper for Fluxer"
readme = "README.md"
keywords = [
    "fluxer",
    "bot",
    "api",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/vesaber/Fluxer-Rust"

[lib]
name = "fluxer"
path = "src/lib.rs"

[[example]]
name = "bot"
path = "examples/bot.rs"

[[example]]
name = "voice"
path = "examples/voice.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures]
version = "0.3.32"

[dependencies.livekit]
version = "0.7.32"
features = ["rustls-tls-native-roots"]

[dependencies.log]
version = "0.4.29"

[dependencies.md5]
version = "0.7"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
    "multipart",
]

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-native-roots"]

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]

[dependencies.url]
version = "2.5.8"