rexy 0.2.0

Launch a browser with a local MITM proxy for transparent dev redirects
# 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 = "rexy"
version = "0.2.0"
authors = ["sumbad"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Launch a browser with a local MITM proxy for transparent dev redirects"
homepage = "https://github.com/sumbad/rexy"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sumbad/rexy"

[package.metadata.dist]
npm-package = "rexy-cli"

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

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

[dependencies.hudsucker]
version = "0.25"

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "http1",
    "rustls-native-certs",
]
default-features = false

[dependencies.rcgen]
version = "0.14"
features = [
    "pem",
    "x509-parser",
]

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

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[profile.dist]
lto = "thin"
inherits = "release"