# 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 = "omaha_client" version = "0.2.1" build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Platform- and product-agnostic implementation of the client end of the Omaha Protocol" readme = "README.md" license = "BSD-2-Clause OR Apache-2.0 OR MIT" repository = "https://github.com/google/omaha-client" [lib] name = "omaha_client" path = "src/lib.rs" [[example]] name = "hello-world" path = "examples/hello-world/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.19" [dependencies.ecdsa] version = "0.14.8" features = ["pem"] [dependencies.elliptic-curve] version = "0.12.3" [dependencies.futures] version = "0.3.19" [dependencies.hex] version = "0.3.2" [dependencies.http] version = "0.2.4" [dependencies.hyper] version = "0.14.19" [dependencies.itertools] version = "0.10.1" [dependencies.p256] version = "0.11.1" [dependencies.pin-project] version = "1.0.11" [dependencies.pkcs8] version = "0.9.0" features = ["pem"] [dependencies.pretty_assertions] version = "1.2.1" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_repr] version = "0.1.7" [dependencies.sha2] version = "0.10.6" [dependencies.signature] version = "1.6.4" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.37" [dependencies.typed-builder] version = "0.10.0" [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dev-dependencies.argh] version = "0.1" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.futures-timer] version = "0.3.0" [dev-dependencies.hyper-rustls] version = "0.25" features = ["http2"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.url] version = "1.7.2"