marionette 0.2.0

Library implementing the client side of Gecko's Marionette remote automation protocol.
Documentation
[package]
name = "marionette"
version = "0.2.0"
description = "Library implementing the client side of Gecko's Marionette remote automation protocol."
keywords = ["mozilla", "firefox", "marionette", "webdriver"]
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver/marionette"
license = "MPL-2.0"
authors = ["Mozilla"]
edition = "2018"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"