turngate 0.1.0

Prevent or reduce abuse of your public service
Documentation
[package]
name = "turngate"
version = "0.1.0"
edition = "2021"
repository = "https://gitlab.com/BrightOpen/turngate"
documentation = "https://docs.rs/turngate"
description = "Prevent or reduce abuse of your public service"
license = "MIT OR Apache-2.0"

[dependencies]
sha2 = "0.10.6"

[dev-dependencies]
uuid = { version = "1.2.2", features = ["v4"] }