# 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 = "trovo" version = "0.6.0" authors = ["James Birtles "] description = "A trovo.live api & chat client written in and for rust" readme = "README.md" keywords = [ "trovo", "api", "chat", ] categories = [ "api-bindings", "asynchronous", "web-programming::websocket", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AircastDev/trovo-rs" [dependencies.async-trait] version = "0.1" [dependencies.async-tungstenite] version = "0.26" features = [ "tokio-runtime", "tokio-rustls-webpki-roots", ] optional = true [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3" features = ["chrono"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "sync", "time", ] [dependencies.tokio-util] version = "0.7" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] [features] chat = [ "async-tungstenite", "tokio-util", ] default = ["chat"] [badges.github] repository = "AircastDev/trovo-rs"