browsy 0.1.1

Zero-render browser engine for AI agents — CLI
# 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 = "browsy"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-render browser engine for AI agents — CLI"
homepage = "https://browsy.dev"
readme = "README.md"
keywords = [
    "browser",
    "cli",
    "ai",
    "agent",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/GhostPeony/browsy"

[features]
default = ["serve"]
serve = [
    "dep:browsy-server",
    "dep:tokio",
    "dep:axum",
]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.browsy-core]
version = "0.1.1"

[dependencies.browsy-server]
version = "0.1.1"
optional = true

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

[dependencies.serde_json]
version = "1"

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