rustract 0.1.0

A Rust library for safely extracting JSON fields while also checking data bounds.
Documentation
[dependencies.regex]
version = "^1.5"

[dependencies.serde]
features = ["derive"]
version = "^1.0.104"

[dependencies.serde_json]
version = "^1.0.48"

[dev-dependencies.lazy_static]
version = "^1.4.0"

[dev-dependencies.native-tls]
version = "^0.2"

[dev-dependencies.sqlx]
features = ["runtime-tokio-rustls", "mysql"]
version = "^0.5"

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

[dev-dependencies.warp]
version = "^0.3"

[lib]
name = "rustract"
plugin = false
test = true

[package]
authors = ["Käthe Specht <xpecht@gmail.com>"]
categories = ["web-programming"]
description = "A Rust library for safely extracting JSON fields while also checking data bounds."
edition = "2018"
keywords = ["json", "extractor", "webapp"]
license = "MIT"
name = "rustract"
readme = "README.md"
repository = "https://github.com/k-specht/rustract"
version = "0.1.0"