codora-security 0.1.0

Authentication and Authorization library written in rust
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-security"
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 = "Authentication and Authorization library written in rust"
readme = false
keywords = [
    "authentication",
    "authorization",
]
categories = [
    "web-programming",
    "authentication",
]
license = "MIT"
repository = "https://github.com/getcodora/codora"
resolver = "2"

[features]

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

[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]