# 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 = "changes-stream2" version = "0.2.19" authors = [ "Ashley Williams ", "René Rössler ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "couchdb follower" readme = "README.md" license = "MIT" repository = "https://github.com/elwerene/changes-stream-rust.git" [lib] name = "changes_stream2" path = "src/lib.rs" [[example]] name = "follower" path = "examples/follower.rs" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.metrics] version = "0.24" optional = true [dependencies.regex] version = "1" optional = true [dependencies.reqwest] version = "0.12" features = [ "stream", "json", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["native-tls"] metrics = [ "dep:metrics", "dep:regex", ] native-tls = ["reqwest/native-tls"] raw_value_doc = ["serde_json/raw_value"] rustls-tls = ["reqwest/rustls-tls"]