# 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] name = "tweetust" version = "0.10.0" authors = ["azyobuzin "] build = "build.rs" include = ["**/*.rs", "**/Cargo.toml", "/LICENSE.txt", "/README.md", "CoreTweet/ApiTemplates/*.api", "api_templates_override/*.api"] description = "The Twitter API wrapper" documentation = "https://docs.rs/tweetust/0.10.0/tweetust/" readme = "README.md" keywords = ["twitter", "tweet"] license = "MIT" repository = "https://github.com/azyobuzin/tweetust" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hyper] version = "0.10" [dependencies.hyper-native-tls] version = "0.2" optional = true [dependencies.multipart] version = "0.12" features = ["client", "hyper"] default-features = false [dependencies.oauthcli] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.url] version = "1" [build-dependencies.Inflector] version = "0.11" default-features = false [build-dependencies.log] version = "0.3" [build-dependencies.matches] version = "0.1" [build-dependencies.nom] version = "1.2" [features] default = ["hyper-native-tls"]