bulwark-security 0.3.1

A security-first decision engine framework for inspecting and controlling requests
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 = "2021"
name = "bulwark-security"
version = "0.3.1"
authors = ["Bulwark Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A security-first decision engine framework for inspecting and controlling requests"
readme = "README.md"
keywords = [
    "security",
    "waf",
    "middleware",
    "rust",
    "framework",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/haqqimuazzam1-hue/Bulwark.git"

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

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

[dependencies]