codora-web 0.1.0

Web development in codora
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 = "codora-web"
version = "0.1.0"
authors = ["West Sheriff <west.sh.mail@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web development in codora"
readme = false
keywords = [
    "web",
    "security",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/getcodora/codora"
resolver = "2"

[features]

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

[dependencies.codora-security]
version = "0.1.0"

[dependencies.extension]
version = "0.1.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.http]
version = "1.3.1"

[dev-dependencies.tokio]
version = "1.44.0"
features = ["full"]

[lints.clippy]