# 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 = "wildland-http-client" version = "0.40.0" authors = ["Golem Foundation Contributors "] description = "Wildland http client" homepage = "https://wildland.io/" readme = "README.md" keywords = [ "http", "client", ] license = "GPL-3.0-only" repository = "https://gitlab.com/wildland/corex/wildland-core" resolver = "1" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.3" [dependencies.wildland-crypto] version = "0.40.0" [dev-dependencies.mockall] version = "0.11" [build-dependencies.bindgen] version = "0.63" [build-dependencies.build-target] version = "0.4" [target."cfg(not(target_os = \"emscripten\"))".dependencies.minreq] version = "2.6" features = [ "json-using-serde", "https-rustls", ]