# 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 = "appium-client" version = "0.2.2" authors = ["multicatch "] exclude = ["docimg"] description = "Client for Appium Server, for automated mobile app testing." homepage = "https://github.com/multicatch/appium-client" documentation = "https://multicatch.github.io/appium-client/appium_client/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/multicatch/appium-client" [dependencies.async-trait] version = "0.1.64" [dependencies.base64] version = "0.21.3" [dependencies.bitflags] version = "2.4.0" features = ["serde"] [dependencies.fantoccini] version = "0.19.3" features = [] [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14" features = [ "stream", "client", "http1", ] [dependencies.hyper-rustls] version = "0.23.0" optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.serde_repr] version = "0.1.16" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.url] version = "2.3.1" [features] default = ["native-tls"] native-tls = [ "hyper-tls", "fantoccini/native-tls", ] rustls-tls = [ "hyper-rustls", "fantoccini/rustls-tls", ]