ohos-test-runner 0.1.1

Support running cargo test / run / bench on OpenHarmony devices.
# 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 = "ohos-test-runner"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support running cargo test / run / bench on OpenHarmony devices."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/openharmony-rs/ohos-test-runner"

[[bin]]
name = "ohos-test-runner"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.29"

[dependencies.rexpect]
version = "0.6"

[dependencies.sha2]
version = "0.10.8"