adler-server 0.12.0

HTTP API + SSE streaming for the Adler OSINT username-search engine.
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"
rust-version = "1.85"
name = "adler-server"
version = "0.12.0"
build = false
include = [
    "src/**/*",
    "web/dist/**/*",
    "Cargo.toml",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP API + SSE streaming for the Adler OSINT username-search engine."
homepage = "https://github.com/commit3296/adler"
readme = "README.md"
keywords = [
    "osint",
    "username",
    "sherlock",
    "axum",
    "sse",
]
categories = [
    "web-programming::http-server",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/commit3296/adler"

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

[dependencies.adler-core]
version = "0.12.0"

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

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "json",
    "matched-path",
    "tokio",
    "tracing",
    "query",
]
default-features = false

[dependencies.fastrand]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.mime_guess]
version = "2"

[dependencies.rust-embed]
version = "8"
features = ["debug-embed"]
default-features = false

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
    "signal",
    "net",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1"
default-features = false

[dependencies.tower]
version = "0.5"
features = ["util"]
default-features = false

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "http2",
    "json",
    "gzip",
    "brotli",
    "socks",
    "stream",
]
default-features = false

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
    "signal",
    "net",
    "test-util",
]
default-features = false

[dev-dependencies.tower]
version = "0.5"
features = ["util"]
default-features = false

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
redundant_pub_crate = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1