qrock 0.2.2

Helpers for Rocket HTTP server applications.
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 = "2021"
name = "qrock"
version = "0.2.2"
build = false
exclude = [
    ".fossil-settings",
    ".efiles",
    ".fslckout",
    "examples",
    "static",
    "www",
    "build.rs",
    "bacon.toml",
    "rustfmt.toml",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpers for Rocket HTTP server applications."
readme = "README.md"
keywords = [
    "http",
    "helpers",
    "rocket",
    "webserver",
]
categories = ["web-programming::http-server"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/qrock"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.eui48]
version = "1.1.0"
default-features = false

[dependencies.flate2]
version = "1.0.35"

[dependencies.hashbrown]
version = "0.15.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.orphanage]
version = "0.1.3"

[dependencies.rocket]
version = "0.5.1"
features = ["json"]

[dependencies.sha2]
version = "0.10.8"

[dependencies.validator]
version = "0.19.0"

[build-dependencies.flate2]
version = "1.0.35"

[badges.maintenance]
status = "experimental"

[lints.clippy]
cargo_common_metadata = "allow"
multiple_crate_versions = "allow"

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

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

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

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