Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"typenum",
]
+[[package]]
+name = "gethostname"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
+dependencies = [
+ "libc",
+ "winapi 0.3.9",
+]
+
[[package]]
name = "getrandom"
version = "0.1.15"
"winapi 0.3.9",
]
+[[package]]
+name = "nix"
+version = "0.18.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
+dependencies = [
+ "bitflags",
+ "cc",
+ "cfg-if 0.1.10",
+ "libc",
+]
+
[[package]]
name = "nix"
version = "0.19.1"
"lazy_static",
"libc",
"log 0.4.11",
- "nix",
+ "nix 0.19.1",
"num-derive",
"num-traits",
"ordered-float",
"structopt",
"thirtyfour_sync",
"void",
+ "x11rb",
]
[[package]]
"winapi 0.3.9",
]
+[[package]]
+name = "winapi-wsapoll"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
+dependencies = [
+ "winapi 0.3.9",
+]
+
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
"winapi-build",
]
+[[package]]
+name = "x11rb"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "232bc353846d5350d7a815c249209f9545f1d5c725dca846a5ae383a70f30fa5"
+dependencies = [
+ "gethostname",
+ "nix 0.18.0",
+ "winapi 0.3.9",
+ "winapi-wsapoll",
+]
+
[[package]]
name = "yansi"
version = "0.5.0"
thirtyfour_sync = "0.21"
structopt = "0.3"
void = "1"
+x11rb = "0.7"
[lib]
name = "otter_webdriver_tests"