# 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 = "usbmux-client-tokio" version = "0.1.1" authors = ["Andreas Lüdeke "] description = "A Rust implementation of the usbmux and lockdown protocol used to connect to iOS devices." readme = "README.md" keywords = [ "usbmux", "ios", "lockdown", "proxy", "tokio", ] categories = [ "development-tools::debugging", "development-tools::testing", ] license = "MIT" repository = "https://github.com/devicelink/usbmux-client-tokio" [lib] name = "usbmux_client_tokio" path = "src/lib.rs" [dependencies.bytes] version = "1.6.0" [dependencies.flurry] version = "0.5.1" [dependencies.futures] version = "0.3.30" [dependencies.futures-core] version = "0.3.30" [dependencies.plist] version = "1.6.1" [dependencies.pretty-hex] version = "0.4.1" [dependencies.rustls] version = "0.23.8" [dependencies.rustls-pemfile] version = "2.1.2" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_bytes] version = "0.11.14" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.ctrlc] version = "3.4.4"