# 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 = "walle-v11" version = "0.5.0" authors = ["Abrahum<307887491@qq.com>"] description = "Onebot Lib in Rust" homepage = "https://github.com/abrahum/Walle-core" license = "MIT" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "app" crate-type = ["bin"] required-features = ["tokio-rt"] [dependencies.async-trait] version = "0.1" [dependencies.colored] version = "2" [dependencies.futures-util] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" [dependencies.tokio-tungstenite] version = "0.17" [dependencies.tracing] version = "0.1" [dependencies.walle-core] version = "0.5" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [features] tokio-rt = ["tokio/rt-multi-thread"]