# 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 = "anterofit" version = "0.2.0" authors = ["Austin Bonander "] description = "Wrap REST APIs with Rust traits using macros" documentation = "https://docs.rs/anterofit" keywords = ["http", "rest", "macros", "retrofit"] license = "MIT OR Apache-2.0" repository = "https://github.com/abonander/anterofit" [dependencies.clippy] version = ">=0.0, <0.1" optional = true [dependencies.crossbeam] version = "0.2" [dependencies.futures] version = "0.1" [dependencies.hyper] version = "0.10.0" [dependencies.mime] version = ">= 0.2.2, < 0.3" [dependencies.multipart] version = "0.15" features = ["client", "hyper"] default-features = false [dependencies.parking_lot] version = "0.3.7" [dependencies.quick-error] version = "1.1.0" [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.2.1" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.url] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [features] default = ["json", "xml"] json = ["serde_json"] nightly = ["multipart/nightly"] service-attr = [] xml = ["serde-xml-rs"]