# 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 = "ricq-axum-api" version = "0.1.0" description = "ricq axum api" homepage = "https://github.com/lz1998/ricq" readme = "README.md" keywords = [ "ricq", "axum", "http", "api", ] license = "AGPL-3.0" repository = "https://github.com/lz1998/ricq" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.5" features = ["json"] [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1" [dependencies.dashmap] version = "5.2" [dependencies.rand] version = "0.8" [dependencies.ricq] version = "0.1.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.3" features = ["fs"] [dependencies.tracing] version = "0.1"