# 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 = "kira_qqbot" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "KiraFramework proc macro" homepage = "https://github.com/YouZiSoftware/KiraFramework" readme = "README.md" keywords = [ "OneBot", "Kira", "Bot", "Framework", "QQ", ] license = "Apache-2.0" repository = "https://github.com/YouZiSoftware/KiraFramework" resolver = "1" [lib] name = "kira_qqbot" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bevy-async-ecs] version = "0.5.1" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.flume] version = "0.11.0" features = ["async"] [dependencies.kira_framework] version = "0.2.0" [dependencies.kira_framework_proc] version = "0.2.0" [dependencies.log] version = "0.4.22" [dependencies.rust-i18n] version = "3" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.tokio] version = "1.38.0"