miasma 0.1.21

Trap malicious AI web scrapers in an endless pit of poisoned training data.
Documentation
# 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 = "miasma"
version = "0.1.21"
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trap malicious AI web scrapers in an endless pit of poisoned training data."
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/austin-weeks/miasma"

[lib]
name = "miasma"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-compression]
version = "0.4.41"
features = ["gzip"]

[dependencies.async-stream]
version = "0.3.6"

[dependencies.axum]
version = "0.8.8"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.futures]
version = "0.3.32"

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

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]

[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies.reqwest]
version = "0.13.2"
features = [
    "native-tls",
    "gzip",
    "json",
    "http2",
    "charset",
    "system-proxy",
    "stream",
]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.reqwest]
version = "0.13.2"
features = [
    "default-tls",
    "gzip",
    "json",
    "http2",
    "charset",
    "system-proxy",
    "stream",
]
default-features = false

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true