# 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 = "nhl-stats" version = "0.1.2" authors = ["Cory Forsstrom "] description = "NHL Stats API client for Rust created using openapi-generator" readme = "README.md" keywords = ["nhl", "api", "reqwest", "hyper", "openapi"] license = "MIT" repository = "https://github.com/tarkah/rust-nhl-stats-api" [package.metadata.docs.rs] all-features = true [dependencies.futures] version = "0.1.23" optional = true [dependencies.hyper] version = "~0.11" optional = true [dependencies.reqwest] version = "~0.9" optional = true [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.url] version = "1.5" [dev-dependencies.tokio-core] version = "0.1" [features] async = ["hyper", "futures"] default = ["sync", "async"] sync = ["reqwest"]