# 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 = "teatime" version = "0.4.3" authors = ["John Baublitz "] include = ["**/*.rs", "Cargo.toml", "LICENSE"] description = "Default trait implementations and data types for implementing HTTP API clients" keywords = ["api", "http", "vault", "sensu", "gitlab"] license = "BSD-3-Clause" repository = "https://github.com/threatstack/teatime" [lib] name = "teatime" [dependencies.futures] version = "0.1.14" [dependencies.hyper] version = "0.11.2" [dependencies.hyper-tls] version = "0.1.2" [dependencies.native-tls] version = "0.1.4" [dependencies.nom] version = "^3.2" [dependencies.rpassword] version = "1.0.1" [dependencies.serde_json] version = "1.0.2" [dependencies.tokio-core] version = "0.1.8" [dependencies.url] version = "1.6.0" [features] all = ["gitlab", "sensu", "vault"] default = [] gitlab = [] sensu = [] vault = []