# 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 = "hn" version = "0.4.0" authors = ["Trevor Bentley "] description = "Rust wrapper for the Hacker News (YCombinator) API" homepage = "https://github.com/mrmekon/hn-rs" documentation = "https://mrmekon.github.io/hn-rs/hn/" keywords = ["hackernews", "news", "api"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/mrmekon/hn-rs" [package.metadata.release] dev-version-ext = "rc" doc-commit-message = "Release {{version}}" pre-release-commit-message = "Release {{version}}" sign-commit = false tag-message = "Release {{version}}" upload-doc = true [dependencies.futures] version = "0.1.14" [dependencies.hyper] version = "0.11.24" [dependencies.hyper-tls] version = "0.1.3" [dependencies.serde] version = "1.0.37" [dependencies.serde_derive] version = "1.0.37" [dependencies.serde_json] version = "1.0.13" [dependencies.time] version = "0.1" [dependencies.tokio-core] version = "0.1.16"