# 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 = "libawr" version = "0.1.3" include = [ "/src", "/docs", ] description = "基于 ricq 的 QQ 机器人框架,提供一致、易用、简洁的 API。" documentation = "https://docs.rs/libawr" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Wybxc/awr" [package.metadata.docs.rs] rustdoc-args = [ "--html-after-content", "docs/custom.html", ] [dependencies.async-trait] version = "0.1.61" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.konst] version = "0.3.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.ricq] version = "0.1.19" [dependencies.ricq-core] version = "0.1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "io-std", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0.69" [dev-dependencies.aquamarine] version = "0.2.2" [dev-dependencies.image] version = "0.24.5" [dev-dependencies.qrcode] version = "0.12.0" [dev-dependencies.rqrr] version = "0.6.0"