# 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 = "mediatek-brom" version = "0.1.0" authors = ["Sjoerd Simons "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mediatek bootrom protocol implementation" homepage = "https://github.com/boardswarm/mediatek-brom" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/boardswarm/mediatek-brom" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "mediatek_brom" path = "src/lib.rs" [[example]] name = "upload_da" path = "examples/upload_da.rs" required-features = ["tokio"] [dependencies.futures] version = "0.3" optional = true [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.41.1" features = ["io-util"] optional = true [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.clap-num] version = "1.1.1" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [dev-dependencies.tokio-serial] version = "5.4.4" [features] futures = ["dep:futures"] tokio = ["dep:tokio"]