# 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] edition = "2018" name = "hawkbit" version = "0.6.0" authors = ["Guillaume Desmottes "] description = "Client side API to interact with Eclipse hawkBit" documentation = "https://docs.rs/hawkbit_mock/" readme = "README.md" categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/collabora/hawkbit-rs" [dependencies.bytes] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.digest] version = "0.9" optional = true [dependencies.futures] version = "0.3" [dependencies.generic-array] version = "0.14" optional = true [dependencies.md-5] version = "0.9" optional = true [dependencies.reqwest] version = "0.11" features = ["json", "stream"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha-1] version = "0.9" optional = true [dependencies.sha2] version = "0.9" optional = true [dependencies.strum] version = "0.21" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.1" features = ["time", "fs"] [dependencies.url] version = "2.2" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_matches] version = "1.4" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.log] version = "0.4" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [features] hash-digest = ["digest", "generic-array"] hash-md5 = ["md-5", "hash-digest"] hash-sha1 = ["sha-1", "hash-digest"] hash-sha256 = ["sha2", "hash-digest"]