# 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 = "adborc" version = "0.1.0" authors = ["Shubham Pawar"] description = "Orchestrator for a network of distributed Android devices" homepage = "https://mobinex.io/" documentation = "https://docs.rs/adborc" readme = "README.md" keywords = [ "android", "adb", "cli", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/mobi-nex/adborc.git" [profile.release] lto = true strip = true [dependencies.base64] version = "0.13.0" [dependencies.blake2] version = "0.10" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clap_mangen] version = "0.2.2" optional = true [dependencies.env_logger] version = "0.9.0" [dependencies.hostname] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.pathsearch] version = "0.2.0" [dependencies.portpicker] version = "0.1.1" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.snow] version = "0.9.0" features = ["ring-accelerated"] [dependencies.socket2] version = "0.4.7" [dependencies.tokio] version = "1.21.0" features = [ "rt-multi-thread", "net", "macros", "io-util", "time", ] [dev-dependencies.serial_test] version = "0.9.0" [features] mangen = ["dep:clap_mangen"] [target."cfg(unix)".dependencies.daemonize] version = "0.4.1" [target."cfg(windows)".dependencies]