# 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 = "asteroid-mq-sdk" version = "0.1.0-alpha.8" authors = [ "4t145 ", "RWDai ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for asteroid-mq" homepage = "https://github.com/ideal-world/asteroid-mq" documentation = "https://docs.rs/spacegate/asteroid-mq" readme = false keywords = [ "message-queue", "async", "tokio", "openraft", ] categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/ideal-world/asteroid-mq" [lib] name = "asteroid_mq_sdk" path = "src/lib.rs" [[test]] name = "test_connection" path = "tests/test_connection.rs" [dependencies.asteroid-mq-model] version = "0.1.0-alpha.8" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dependencies.tokio-tungstenite] version = "0.24" [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1" [dev-dependencies.chrono] version = "0" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18"