# 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 = "headless_chrome_operation_map" version = "0.2.5" authors = ["xiaoai <2506377990@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "headless chrome operation map" readme = "README.md" license = "MIT" repository = "https://github.com/aishuaikang/headless_chrome_operation_map" [lib] name = "headless_chrome_operation_map" path = "src/lib.rs" [[test]] name = "test_tencent_map" path = "tests/test_tencent_map.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.headless_chrome_xiaoai] version = "1.0.16" features = ["fetch"] [dependencies.nix] version = "0.29.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.67" [dependencies.winapi] version = "0.3.9" features = [ "winuser", "processthreadsapi", "handleapi", "winnt", ] [dev-dependencies.serial_test] version = "3.1.1"