fastboot-protocol 0.4.0

Fastboot protocol implementation
Documentation
# 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"
rust-version = "1.85"
name = "fastboot-protocol"
version = "0.4.0"
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
build = false
autolib = 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"

[features]
default = ["nusb/tokio"]

[lib]
name = "fastboot_protocol"
path = "src/lib.rs"

[[example]]
name = "fastbootrs"
path = "examples/fastbootrs.rs"

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.nusb]
version = "0.2.3"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.android-sparse-image]
version = "0.1.3"

[dev-dependencies.anyhow]
version = "1.0.93"

[dev-dependencies.clap]
version = "4.5.21"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.43.1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3.18"