radb 0.1.8

A Rust Implement Python AdbUtils
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"
name = "radb"
version = "0.1.8"
authors = ["OKIAAAA"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust Implement Python AdbUtils"
readme = "README.md"
license = "MIT"
repository = "https://github.com/oslo254804746/radb.git"

[features]
blocking = []
default = ["blocking"]
tokio_async = [
    "futures-core",
    "futures-util",
    "async-stream",
    "async-trait",
    "tokio",
]

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

[[test]]
name = "async_integration"
path = "tests/async_integration.rs"

[[test]]
name = "blocking_integration"
path = "tests/blocking_integration.rs"

[[test]]
name = "protocol_regressions"
path = "tests/protocol_regressions.rs"

[[test]]
name = "test_lib"
path = "tests/test_lib.rs"

[dependencies.anyhow]
version = "1.0.77"

[dependencies.async-stream]
version = "0.3.5"
optional = true

[dependencies.async-trait]
version = "0.1.81"
optional = true

[dependencies.chrono]
version = "0.4.31"

[dependencies.futures-core]
version = "0.3.30"
optional = true

[dependencies.futures-util]
version = "0.3.30"
optional = true

[dependencies.image]
version = "0.24.7"

[dependencies.log]
version = "0.4.20"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.10.2"

[dependencies.reqwest]
version = "0.11.23"
features = ["blocking"]

[dependencies.tempfile]
version = "3.2.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.36.0"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1.40"

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

[dependencies.which]
version = "5.0.0"

[dev-dependencies.doc-comment]
version = "0.3.3"