# 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 = "2018" name = "egg-mode" version = "0.16.1" authors = [ "QuietMisdreavus ", "Alex Whitney ", ] description = "Library to interact with the Twitter API" documentation = "https://docs.rs/egg-mode" readme = "README.md" keywords = ["twitter"] categories = ["api-bindings"] license = "MPL-2.0" repository = "https://github.com/egg-mode-rs/egg-mode" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.11" [dependencies.hyper] version = "0.14" features = [ "http1", "http2", "client", "stream", ] [dependencies.hyper-rustls] version = "0.22" optional = true default-features = false [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.mime] version = "0.3" [dependencies.native-tls] version = "0.2" optional = true [dependencies.percent-encoding] version = "2.1" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.9" [dependencies.thiserror] version = "1.0.11" [dependencies.tokio] version = "1.0" features = ["time"] [dependencies.url] version = "2.1.1" [dev-dependencies.structopt] version = "0.3.13" [dev-dependencies.tokio] version = "1.0" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.yansi] version = "0.5.0" [features] default = ["native_tls"] native_tls = [ "native-tls", "hyper-tls", ] rustls = [ "hyper-rustls", "hyper-rustls/native-tokio", ] rustls_webpki = [ "hyper-rustls", "hyper-rustls/webpki-tokio", ]