silicon-browser-cli 0.1.1

The `sb` command for managed browser sessions and fast web discovery.
# 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"
rust-version = "1.98"
name = "silicon-browser-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `sb` command for managed browser sessions and fast web discovery."
homepage = "https://browser.teamofsilicons.com"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "cli",
    "silicon",
]
categories = [
    "command-line-utilities",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/unlikefraction/silicon-browser"

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dirs]
version = "6"

[dependencies.fs2]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.silicon-browser]
version = "0.1.1"

[dependencies.silicon-browser-shared]
version = "0.1.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
    "serde",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"