# 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 = "applin_headless" version = "0.3.1" authors = ["Michael Leonhard "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Control an Applin™ client programmatically" readme = "README.md" keywords = [ "applin", "headless", "client", "test", "testing", ] categories = [ "development-tools::testing", "gui", "network-programming", ] license-file = "License.txt" repository = "https://github.com/leonhard-llc/applin-headless-rust" [lib] name = "applin_headless" path = "src/lib.rs" [dependencies.applin] version = "^0.2.7" default-features = false [dependencies.cookie_store] version = "^0.21.1" features = ["serde_json"] default-features = false [dependencies.ureq] version = "2" features = [ "cookies", "json", ] default-features = false [dependencies.url] version = "2" features = [] default-features = false [dev-dependencies.time] version = "0.3.35" default-features = false