h2kv 0.2.0

HTTP/2 interface for key-value storage systems
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.88"
name = "h2kv"
version = "0.2.0"
authors = ["Daniel James Baumann <dan.james.baumann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/2 interface for key-value storage systems"
readme = "README.md"
keywords = [
    "http",
    "leveldb",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/guapodero/h2kv"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.auto-args]
version = "0.3"

[dependencies.bytes]
version = "1"

[dependencies.daemonize]
version = "0.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.h2]
version = "0.4"

[dependencies.headers-accept]
version = "0.2"

[dependencies.http]
version = "1"

[dependencies.leveldb-rs-binding]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.mediatype]
version = "0.20"

[dependencies.mime2ext]
version = "0.1"

[dependencies.new_mime_guess]
version = "4.0"

[dependencies.pathdiff]
version = "0.2"

[dependencies.serde_json]
version = "1"

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

[dependencies.walkdir]
version = "2.5"