ohkami 0.1.2

simple and non macro-based web framework
Documentation
[dependencies.async-std]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
default-features = false
optional = true
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[features]
default = []
mysql = ["sqlx?/runtime-async-std-native-tls", "sqlx?/mysql"]
postgres = ["sqlx?/runtime-async-std-native-tls", "sqlx?/postgres"]
sqlx = ["dep:sqlx"]

[package]
authors = ["kanarus <kanarus786@gmail.com>"]
categories = ["web-programming::http-server"]
description = "simple and non macro-based web framework"
documentation = "https://docs.rs/ohkami/"
edition = "2021"
homepage = "https://crates.io/crates/ohkami"
keywords = ["simple", "async", "web", "server"]
license = "MIT"
name = "ohkami"
readme = "README.md"
repository = "https://github.com/kana-rus/ohkami"
version = "0.1.2"