# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nonebot_rs" version = "0.3.0" authors = ["Abrahum Link<307887491@qq.com>"] description = "A Onebot SDK in Rust" homepage = "https://github.com/abrahum/nonebot-rs" license = "MIT" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1.51" [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.11.0" [dependencies.futures-util] version = "0.3.14" features = ["sink"] [dependencies.headers] version = "0.3.4" [dependencies.http] version = "0.2.4" [dependencies.rcnb-rs] version = "0.1.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.66" [dependencies.tokio] version = "1.10.0" features = ["macros", "rt-multi-thread", "time", "sync"] [dependencies.tokio-cron-scheduler] version = "0.2" optional = true [dependencies.tokio-tungstenite] version = "0.15" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1" features = ["std"] [dependencies.tracing-subscriber] version = "0.2" [features] matcher = ["rcnb-rs"] scheduler = ["tokio-cron-scheduler"]