# 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 = "traq-ws-bot" version = "0.1.2" description = "traQ websocket bot wrapper" readme = "README.md" license = "MIT" repository = "https://github.com/SSlime-s/traq-ws-bot-rs" resolver = "1" [dependencies.anyhow] version = "1.0.61" [dependencies.async-trait] version = "0.1.57" [dependencies.chrono] version = "0.4.21" features = ["serde"] [dependencies.futures] version = "0.3.21" [dependencies.futures-util] version = "0.3.21" [dependencies.http] version = "0.2.8" [dependencies.log] version = "0.4.17" [dependencies.paste] version = "1.0.8" [dependencies.reqwest] version = "0.11.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_derive] version = "^1.0" optional = true [dependencies.serde_json] version = "1.0.83" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.2" features = ["rustls-tls-native-roots"] [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "^1.0" optional = true [features] default = [] openapi = [ "serde_derive", "uuid/serde", "reqwest/multipart", ]