# 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 = "otter-webdriver-tests" version = "1.2.1" authors = [ "Ian Jackson ", "and the contributors to Otter", ] description = "Otter game system; API tests crate." homepage = "https://www.chiark.greenend.org.uk/~ianmdlvl/otter/docs/" keywords = ["games"] license = "AGPL-3.0-or-later" repository = "https://salsa.debian.org/iwj/otter" [[bin]] name = "wdriver" path = "wdriver.rs" [dependencies.fehler] version = "1" [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2" [dependencies.otter-api-tests] version = "=1.2.1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thirtyfour_sync] version = "0.27" [dependencies.x11rb] version = "0.10"