# 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 = "fastboot-protocol" version = "0.2.0" authors = ["Sjoerd Simons "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fastboot protocol implementation" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/boardswarm/fastboot-rs" [lib] name = "fastboot_protocol" path = "src/lib.rs" [[example]] name = "fastbootrs" path = "examples/fastbootrs.rs" [dependencies.bytes] version = "1.8.0" [dependencies.futures] version = "0.3.31" [dependencies.nusb] version = "0.1.11" [dependencies.thiserror] version = "2.0.3" [dependencies.tracing] version = "0.1.40" [dev-dependencies.android-sparse-image] version = "0.1.1" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.clap] version = "4.5.21" features = ["derive"] [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18"