liteguard 0.7.20260603

Feature guards, observability, and security response in a single import. Evaluated locally, zero network overhead per check
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 = "liteguard"
version = "0.7.20260603"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Feature guards, observability, and security response in a single import. Evaluated locally, zero network overhead per check"
homepage = "https://liteguard.io"
documentation = "https://docs.rs/liteguard"
readme = "README.md"
keywords = [
    "feature-flags",
    "feature-guards",
    "liteguard",
    "security",
]
categories = [
    "web-programming",
    "network-programming",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/liteguard/liteguard"

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

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

[dependencies.opentelemetry]
version = "0.32.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "rt-multi-thread",
    "time",
    "sync",
]

[dev-dependencies.opentelemetry_sdk]
version = "0.32.1"
features = ["trace"]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]