chrome_server 0.2.31

Chrome proxy API to manage chrome in Cloud Providers
[[bin]]
name = "chrome_server"
path = "src/main.rs"

[dependencies.cached]
features = ["async_tokio_rt_multi_thread"]
version = "0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["client", "http1", "server"]
version = "1"

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

[dependencies.lazy_static]
version = "1"

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

[dependencies.openssl-sys]
features = ["vendored"]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[features]
default = ["jemalloc"]
jemalloc = ["dep:tikv-jemallocator"]

[package]
authors = ["j-mendez <jeff@spider.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "command-line-utilities"]
description = "Chrome proxy API to manage chrome in Cloud Providers"
documentation = "https://docs.rs/chrome_server"
edition = "2021"
keywords = ["chrome", "proxy"]
license = "MIT"
name = "chrome_server"
readme = "README.md"
repository = "https://github.com/spider-rs/chrome-server"
version = "0.2.31"

[target.'cfg(not(target_env = "msvc"))'.dependencies.tikv-jemallocator]
features = ["background_threads", "background_threads_runtime_support"]
optional = true
version = "0.6"