# 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 = "android-usbser" version = "0.2.1" authors = ["wuwbobo2021 "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Android host driver for USB serial adapters, currently works with CDC-ACM devices. """ readme = "README.md" keywords = [ "usb", "serial", "serialport", "uart", "android", ] categories = [ "api-bindings", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wuwbobo2021/android-usbser-rs" [package.metadata.android.sdk] min_sdk_version = 16 target_sdk_version = 30 [package.metadata.docs.rs] default-target = "aarch64-linux-android" targets = [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", ] [lib] name = "android_usbser" path = "lib.rs" [dependencies.futures-core] version = "0.3" [dependencies.futures-lite] version = "2.5" [dependencies.getset] version = "0.1" [dependencies.jni-min-helper] version = "0.2.2" features = ["futures"] [dependencies.log] version = "0.4" [dependencies.nusb] version = "0.1.12" [dependencies.serialport] version = "4.6"