eoka 0.3.2

Stealth browser automation
Documentation
# 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 = "eoka"
version = "0.3.2"
authors = ["cbxss"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stealth browser automation"
homepage = "https://github.com/cbxss/eoka"
documentation = "https://docs.rs/eoka"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "stealth",
    "chrome",
    "scraping",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cbxss/eoka"

[lib]
name = "eoka"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "detection_test"
path = "examples/detection_test.rs"

[[example]]
name = "rebrowser_test"
path = "examples/rebrowser_test.rs"

[[example]]
name = "request_capture"
path = "examples/request_capture.rs"

[[example]]
name = "smoke"
path = "examples/smoke.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.aho-corasick]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.memmap2]
version = "0.9"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.smallvec]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "process",
    "sync",
    "rt-multi-thread",
    "macros",
    "net",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]