# 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 = "2021" name = "wmclient" version = "0.2.0" authors = ["Andrea Castello "] build = false exclude = [ "/tests", "/examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "WURFL Microservice (by ScientiaMobile, Inc.) is a mobile device detection service that can quickly and accurately detect over 500 capabilities of visiting devices. It can differentiate between portable mobile devices, desktop devices, SmartTVs and any other types of devices that have a web browser." homepage = "https://www.scientiamobile.com" readme = "README.md" keywords = [ "wurfl", "device", "device-detection", "microservice", "client", ] license = "Apache-2.0" repository = "https://github.com/WURFL/wurfl-microservice-client-rust" [lib] name = "wmclient" path = "src/lib.rs" [dependencies.hyper] version = "0.14.13" features = ["full"] [dependencies.lru] version = "0.7.0" [dependencies.md5] version = "0.7.0" [dependencies.openssl] version = "^0.10" features = ["vendored"] [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.12.0" features = ["full"]