rustenium-identity 0.1.1

A versatile stealth overlay for rustenium
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 = "2024"
name = "rustenium-identity"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A versatile stealth overlay for rustenium"
homepage = "https://github.com/dashn9/rustenium-identity"
readme = "README.md"
keywords = [
    "stealth",
    "cdp",
    "bidi",
    "webdriver",
    "automation",
]
categories = [
    "emulators",
    "security",
    "config",
    "development-tools::testing",
    "api-bindings",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/dashn9/rustenium-identity"

[features]
bson = ["dep:bson"]
default = []

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

[dependencies.base64]
version = "0.22"

[dependencies.bson]
version = "2"
optional = true

[dependencies.hyper]
version = "1"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "socks",
]

[dependencies.rustenium]
version = "1.1.0"

[dependencies.rustenium-cdp-definitions]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"