# 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 = "atri_bot" version = "0.5.3" authors = ["LaoLittle"] description = "A simple bot" homepage = "https://github.com/LaoLittle/atri_bot" readme = "README.md" keywords = [ "Atri", "plugin", "oicq", ] license = "MPL-2.0" repository = "https://github.com/LaoLittle/atri_bot" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.async-trait] version = "0" [dependencies.atri_ffi] version = "0.3.0" [dependencies.bytes] version = "1" [dependencies.cfg-if] version = "1" [dependencies.crossbeam-deque] version = "0" [dependencies.crossterm] version = "0" [dependencies.dashmap] version = "5" [dependencies.libc] version = "0" [dependencies.libloading] version = "0" [dependencies.prost] version = "0.9" default-features = false [dependencies.rand] version = "0" [dependencies.regex] version = "1" [dependencies.ricq] version = "0.1.17" [dependencies.ricq-guild] version = "0.1.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.time] version = "0" features = [ "macros", "local-offset", "formatting", ] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "mio", "io-std", "io-util", "fs", "signal", ] [dependencies.toml] version = "0" [dependencies.tracing] version = "0" [dependencies.tracing-appender] version = "0" [dependencies.tracing-subscriber] version = "0" features = [ "fmt", "local-time", ]