[package] name = "charcoal-client" version = "0.1.1" edition = "2021" readme = "README.md" repository = "https://github.com/Hearth-Industries/Charcoal" documentation = "https://docs.rs/charcoal-client" license = "MIT" description = "Client library for Hearth: A LavaLink alternative with 30X Higher performance" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.17" nanoid = "0.4.0" openssl = "0.10.52" serenity = "0.11.5" snafu = "0.7.4" serde_json = "1.0.96" async-trait = "0.1.68" futures = "0.3.28" lazy_static = "1.4.0" tokio = { version = "1.28.1", features = ['full'] } env_logger = "0.10.0" async_fn_traits = "0.1.1" hearth-interconnect = "0.1.0" rdkafka = { version = "0.31", features = ["cmake-build","ssl"] }