# 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 = "pandoras_pot" version = "0.7.1" authors = ["Emil Jonathan Eriksson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Honeypot designed to send huge amounts of data to rude web scrapers" readme = "README.md" keywords = [ "honeypot", "web", "http", ] categories = [ "text-processing", "network-programming", ] license = "AGPL-3.0-only" repository = "https://github.com/ginger51011/pandoras_pot/" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bin]] name = "pandoras_pot" path = "src/main.rs" [dependencies.axum] version = "0.7" features = [ "http1", "http2", "matched-path", "original-uri", "tokio", "tower-log", "tracing", ] default-features = false [dependencies.bytes] version = "1.7.2" [dependencies.futures] version = "0.3.30" [dependencies.home] version = "0.5.9" [dependencies.http-body] version = "1.0.1" [dependencies.markovish] version = "0.2" [dependencies.pico-args] version = "0.5.0" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.toml] version = "0.8.19" [dependencies.tower] version = "0.5" features = [ "limit", "buffer", ] default-features = false [dependencies.tower-http] version = "0.6" features = ["trace"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dev-dependencies.tempfile] version = "3"