# 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 = "strava" version = "0.2.0" authors = ["Joe Wilm ", "Hunter Werlla "] description = "Strava API v3 Client" documentation = "http://jwilm.io/strava-rs/strava/" readme = "README.md" keywords = ["strava", "client", "api"] license = "MPL-2.0" repository = "https://github.com/jwilm/strava-rs" [dependencies.hyper] version = "~0.10.8" [dependencies.hyper-native-tls] version = "~0.2.2" [dependencies.rustc-serialize] version = "~0.3" [features] api_test = []