preroll 0.5.2

Easy boilerplate utilities for Rust http services which use async-std, Tide, Surf, and friends.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-std]
default-features = false
features = ["attributes", "std", "async-global-executor", "async-io", "futures-lite", "kv-log-macro", "log", "num_cpus", "pin-project-lite"]
version = "1.8"

[dependencies.base64]
optional = true
version = "0.13"

[dependencies.cfg-if]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.color-eyre]
version = "0.5"

[dependencies.dotenv]
version = "0.15"

[dependencies.eaze-tracing-honeycomb]
optional = true
version = "0.2.1-eaze.4"

[dependencies.env_logger]
version = "0.8"

[dependencies.gethostname]
version = "0.2"

[dependencies.kv-log-macro]
version = "1.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libhoney-rust]
optional = true
version = "0.1.4"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
features = ["runtime-async-std-native-tls", "postgres", "json", "chrono", "uuid"]
optional = true
version = "0.5"

[dependencies.surf]
default-features = false
features = ["curl-client", "encoding"]
version = "2.1"

[dependencies.thiserror]
optional = true
version = "1.0"

[dependencies.tide]
default-features = false
features = ["h1-server"]
version = "0.16"

[dependencies.tide-sqlx]
default-features = false
features = ["native-tls", "postgres"]
optional = true
version = "0.5"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.tracing-futures]
optional = true
version = "0.2"

[dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "registry"]
optional = true
version = "0.2"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1"

[features]
_beeline = ["base64", "thiserror"]
_tracing = ["tracing", "tracing-futures", "eaze-tracing-honeycomb", "tracing-subscriber"]
all = ["honeycomb", "postgres"]
custom_middleware = []
docs = ["all"]
honeycomb = ["_beeline", "_tracing", "libhoney-rust"]
panic-on-error = []
postgres = ["sqlx", "tide-sqlx"]
test = []

[package]
authors = ["Jeremiah Senkpiel <fishrock123@rocketmail.com>"]
categories = ["web-programming::http-server"]
description = "Easy boilerplate utilities for Rust http services which use async-std, Tide, Surf, and friends."
edition = "2018"
keywords = ["tide", "surf", "sqlx", "honeycomb"]
license = "BlueOak-1.0.0"
name = "preroll"
readme = "README.md"
repository = "https://github.com/eaze/preroll"
version = "0.5.2"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "docsrs"]