[package] name = "atri_bot" version = "0.5.3" edition = "2021" authors = ["LaoLittle"] description = "A simple bot" readme = "README.md" keywords = [ "Atri", "plugin", "oicq" ] license = "MPL-2.0" homepage = "https://github.com/LaoLittle/atri_bot" repository = "https://github.com/LaoLittle/atri_bot" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # serilize serde = "1" serde_json = "1" toml = "0" prost = { version = "0.9", default-features = false } bytes = "1" tracing = "0" tracing-subscriber = { version = "0", features = ["fmt", "local-time"] } tracing-appender = "0" async-trait = "0" time = { version = "0", features = ["macros", "local-offset", "formatting"] } regex = "1" dashmap = "5" libloading = "0" rand = "0" crossbeam-deque = "0" # terminal crossterm = "0" libc = "0" cfg-if = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "mio", "io-std", "io-util", "fs", "signal", ] [dependencies.ricq] version = "0.1.17" [dependencies.ricq-guild] version = "0.1.0" [dependencies.atri_ffi] version = "0.3.0" [profile.release] lto = true strip = true codegen-units = 1