huginn 1.0.0

Secure input validation and sanitization library with extensible architecture
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 = "huginn"
version = "1.0.0"
authors = ["xvi.xv.xii.ix.xxii.ix.xiv <xvi.xv.xii.ix.xxii.ix.xiv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure input validation and sanitization library with extensible architecture"
homepage = "https://github.com/xvi-xv-xii-ix-xxii-ix-xiv/huginn"
documentation = "https://docs.rs/huginn/0.9.0-rc.1/huginn/"
readme = "README.md"
keywords = [
    "security",
    "validation",
    "sanitization",
    "input",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/xvi-xv-xii-ix-xxii-ix-xiv/huginn"

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

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

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.async-trait]
version = "0.1.86"

[dependencies.lazy_static]
version = "1.5"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11"

[dependencies.teloxide]
version = "0.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.tracing]
version = "0.1"