chokqu 0.1.1

Sevgi ve özenle geliştirilmekte olan bir Rust web framework'u.
Documentation
[[bin]]
name = "chokqu"
path = "src/main.rs"

[dependencies.hyper]
version = "1.6.0"

[dependencies.matchit]
version = "0.8.6"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.44.2"

[dependencies.tower]
version = "0.5.2"

[dependencies.tracing]
version = "0.1.41"

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

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

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

[package]
authors = ["Sizin Adınız <info@chokqu.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Sevgi ve özenle geliştirilmekte olan bir Rust web framework'u."
documentation = "https://docs.rs/chokqu"
edition = "2024"
homepage = "https://chokqu.com/frameworks/rust/chokqu"
keywords = ["rust", "web", "framework", "chokqu", "chokqu-framework"]
license = "MIT"
name = "chokqu"
readme = "README.md"
repository = "https://github.com/developertugrul/chokqu-framework.git"
version = "0.1.1"

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