# 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_framework" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of OneBot 11 based on the ECS architecture." 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_framework" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.bevy-async-ecs] version = "0.6" [dependencies.bevy_app] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.chrono] version = "0.4.38" [dependencies.flume] version = "0.11.0" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.libloading] version = "0.8.4" [dependencies.log] version = "0.4.22" [dependencies.rust-i18n] version = "3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-inline-default] version = "0.2.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.1" [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = []