# 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 = "skystreamer" version = "0.2.2" authors = ["Cappy Ishihara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic Rust library for the AT Firehose streaming API" readme = "README.md" keywords = [ "bluesky", "firehose", "atproto", "bluesky-social", ] categories = [ "web-programming::websocket", "data-structures", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/FyraLabs/skystreamer" [lib] name = "skystreamer" path = "src/lib.rs" doctest = false [[example]] name = "stream" path = "examples/stream.rs" [dependencies.atrium-api] version = "0.24" features = ["tokio"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.cid] version = "0.11" [dependencies.cid_old] version = "0.10.1" package = "cid" [dependencies.futures] version = "0.3" [dependencies.ipld-core] version = "0.4" [dependencies.rs-car] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ipld_dagcbor] version = "0.6" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = ["time"] [dependencies.tokio-tungstenite] version = "0.24" features = [ "native-tls", "url", ] [dependencies.tracing] version = "0.1" [dependencies.trait-variant] version = "0.1"