feather-runtime 0.6.1

Web Server Runtime for Feather
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 = "feather-runtime"
version = "0.6.1"
authors = ["Bersis Sevimli"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web Server Runtime for Feather"
readme = "README.md"
license = "MIT"

[features]
default = ["full"]
full = [
    "json",
    "log",
]
json = ["dep:serde_json"]
log = ["dep:log"]

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

[[test]]
name = "conn_cursor_tests"
path = "tests/conn_cursor_tests.rs"

[[test]]
name = "request_tests"
path = "tests/request_tests.rs"

[[test]]
name = "response_tests"
path = "tests/response_tests.rs"

[dependencies.bytes]
version = "1"
default-features = false

[dependencies.chrono]
version = "0.4.41"
features = ["now"]
default-features = false

[dependencies.crossbeam]
version = "~0.8"
features = ["std"]
default-features = false

[dependencies.http]
version = "1"
features = ["std"]
default-features = false

[dependencies.httparse]
version = "1"
default-features = false

[dependencies.itoa]
version = "1"

[dependencies.log]
version = "~0.4"
optional = true
default-features = false

[dependencies.may]
version = "0.3.51"

[dependencies.num_cpus]
version = "1.17"

[dependencies.parking_lot]
version = "~0.12"

[dependencies.serde]
version = "1"
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
optional = true
default-features = false

[dependencies.serde_urlencoded]
version = "~0.7"
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.simple_logger]
version = "5.0.0"