# 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 = "proxer" version = "0.3.5" authors = ["Paul Maruhn "] description = "Access the ProxerMe API with Rust" homepage = "https://0x000.net/proxer-rs" documentation = "https://docs.rs/proxer" readme = "README.md" keywords = ["proxer", "api", "interwebs"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/cuechan/proxer-rs" [[example]] name = "fetch_usercomments" [dependencies.chrono] version = "0.4.0" [dependencies.futures] version = "0.1.14" [dependencies.hyper] version = "0.11.8" [dependencies.log] version = "0.3.8" [dependencies.pretty_env_logger] version = "0.1.1" [dependencies.reqwest] version = "0.8.1" [dependencies.serde] version = "1.0.8" [dependencies.serde_derive] version = "1.0.10" [dependencies.serde_json] version = "1.0.2" [dependencies.serde_urlencoded] version = "0.5.1" [dependencies.void] version = "1.0.2" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "cuechan/proxer-rs"