# 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-core" version = "0.1.19" description = "Packet encoders and decoders for ricq" homepage = "https://github.com/lz1998/ricq" keywords = [ "qq", "protocol", "android", "mirai", ] license = "AGPL-3.0" repository = "https://github.com/lz1998/ricq" resolver = "1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.derivative] version = "2" [dependencies.flate2] version = "1" [dependencies.generic-array] version = "0.14" [dependencies.jcers] version = "0.1" features = ["derive"] [dependencies.md5] version = "0.7" [dependencies.p256] version = "0.10" features = ["ecdh"] default-features = false [dependencies.prost] version = "0.9" features = ["std"] default-features = false [dependencies.prost-types] version = "0.9" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [build-dependencies.prost-build] version = "0.9"