plwr 0.21.0

Playwright CLI for browser automation using CSS selectors.
# 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 = "plwr"
version = "0.21.0"
authors = ["Andreas Jansson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Playwright CLI for browser automation using CSS selectors."
homepage = "https://github.com/andreasjansson/plwr"
readme = "README.md"
license = "MIT"
repository = "https://github.com/andreasjansson/plwr"

[features]
vendored-openssl = ["openssl"]

[[bin]]
name = "plwr"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.libc]
version = "0.2"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]
optional = true

[dependencies.playwright-rs]
version = "0.8.4"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

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

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true