# 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" version = "0.1.19" description = "Android IM protocol" homepage = "https://github.com/lz1998/ricq" readme = "README.md" keywords = [ "qq", "protocol", "android", "mirai", ] license = "AGPL-3.0" repository = "https://github.com/lz1998/ricq" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.cached] version = "0.35" default-features = false [dependencies.derivative] version = "2" [dependencies.flate2] version = "1" features = ["rust_backend"] default-features = false [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.image] version = "0.24" optional = true [dependencies.jcers] version = "0.1" [dependencies.md5] version = "0.7" [dependencies.prost] version = "0.9" features = ["std"] default-features = false [dependencies.rand] version = "0.8" [dependencies.ricq-core] version = "0.1.19" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt", "macros", "net", "time", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [features] default = [] image-detail = ["image"]