# 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 = "mock-omaha-server" version = "0.3.3" build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Mock implementation of the server 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 = "mock_omaha_server" path = "src/lib.rs" [[bin]] name = "mock-omaha-server" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.argh] version = "0.1" [dependencies.derive_builder] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.3" [dependencies.hyper] version = "0.14.19" features = [ "http1", "server", "stream", ] [dependencies.omaha_client] version = "0.2" [dependencies.p256] version = "0.11" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tracing] version = "0.1" [dependencies.url] version = "1.7" [dev-dependencies.proptest] version = "1.4" [features] default = ["tokio"] tokio = [ "dep:tokio", "hyper/tcp", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fasync)"]