# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "vila" version = "3.0.0" authors = ["Sebastian Rollen "] description = "Toolkit for creating strongly-typed REST API clients" keywords = ["rest", "client", "api"] categories = ["web-programming", "web-programming::http-client"] license = "MIT" repository = "https://github.com/SebRollen/vila" [[example]] name = "pagination" [[example]] name = "progress" required-features = ["progress"] [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17.0-beta" optional = true [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.stream-flatten-iters] version = "0.2" [dev-dependencies.tokio] version = "1.13" features = ["macros", "rt-multi-thread"] [dev-dependencies.wiremock] version = "0.5" [features] default = [] progress = ["indicatif"]