# 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 = "rsky-firehose" version = "0.0.1" authors = ["him@rudyfraser.com"] publish = true description = "A framework for subscribing to the AT Protocol firehose, in Rust." homepage = "https://github.com/blacksky-algorithms/rsky" documentation = "https://docs.rs/rsky-firehose" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/blacksky-algorithms/rsky/tree/main/rsky-firehose" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.ciborium] version = "0.2.0" [dependencies.cid] version = "0.10.1" features = ["serde-codec"] [dependencies.derive_builder] version = "0.12.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.futures] version = "0.3.28" [dependencies.miette] version = "5.8.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.reqwest] version = "0.11.16" features = [ "json", "rustls", ] [dependencies.retry] version = "2.0.0" [dependencies.rsky-lexicon] version = "0.1.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_bytes] version = "0.11.9" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_ipld_dagcbor] version = "0.3.0" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.18.0" features = ["native-tls"] [dependencies.url] version = "2.3.1"