[package] authors = ["Michael Leonhard "] description = "Control an Applin™ client programmatically" categories = ["development-tools::testing", "gui", "network-programming"] edition = "2021" keywords = ["applin", "headless", "client", "test", "testing"] license-file = "License.txt" name = "applin_headless" repository = "https://github.com/leonhard-llc/applin-headless-rust" version = "0.3.1" [dependencies] applin = { version = "^0.2.7", path = "../applin-rust", default-features = false } cookie_store = { version = "^0.21.1", default-features = false, features = ["serde_json"] } url = { version = "2", default-features = false, features = [] } ureq = { version = "2", default-features = false, features = ["cookies", "json"] } [dev-dependencies] time = { version = "0.3.35", default-features = false } # ureq dep. Work around compiler error in 0.3.36.