# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "twitter-stream" version = "0.13.0" authors = ["Daiki Mizukami "] description = "A library for listening on Twitter Streaming API.\n" homepage = "https://github.com/tesaguri/twitter-stream-rs" documentation = "https://docs.rs/twitter-stream/0.13.0/twitter_stream/" readme = "README.md" keywords = ["twitter"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/tesaguri/twitter-stream-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [[example]] name = "echo_bot" [[example]] name = "timeout" [dependencies.bytes] version = "1" default-features = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.hyper-pkg] version = "0.14" optional = true package = "hyper" [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.memchr] version = "2" [dependencies.oauth] version = "0.5" package = "oauth1-request" [dependencies.oauth-credentials] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.slice-of-array] version = "0.2" [dependencies.static_assertions] version = "1" [dependencies.string] version = "0.2" default-features = false [dependencies.tower-service] version = "0.3" [dev-dependencies.anyhow] version = "1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper-pkg] version = "0.14" package = "hyper" [dev-dependencies.hyper-timeout] version = "0.4" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.pin-project] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dev-dependencies.tower] version = "0.4" features = ["util"] default-features = false [dev-dependencies.tower-http] version = "0.1" features = ["decompression-gzip"] [dev-dependencies.version-sync] version = "0.9" [features] default = ["hyper"] hyper = ["hyper-pkg/client", "hyper-pkg/http1", "hyper-pkg/runtime", "hyper-tls"]