# 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 = "miraie" version = "0.2.0-beta.2" authors = ["gwy15 "] description = "基于 mirai 和 mirai-api-http 的 QQ 机器人框架" homepage = "https://github.com/gwy15/miraie" documentation = "https://docs.rs/miraie" keywords = ["bot", "qq", "mirai"] license = "AGPL-3.0" repository = "https://github.com/gwy15/miraie" resolver = "2" [dependencies.async-stream] version = "0.3.2" [dependencies.async-trait] version = "0.1.50" [dependencies.async-tungstenite] version = "0.13.1" default-features = false [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.parking_lot] version = "0.11.1" [dependencies.pin-project] version = "1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.0" features = ["sync", "rt", "signal", "macros", "time"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1.0" features = ["rt-multi-thread"] [dev-dependencies.tokio-test] version = "0.4.2" [features] default = ["native-tls"] native-tls = ["async-tungstenite/tokio-native-tls"] rustls = ["async-tungstenite/tokio-rustls"]