[package] name = "csrf_guard" version = "0.4.0" edition = "2021" authors = ["Necdet Arda Etiman "] description = "Thread safe, generic, enterprise level csrf guard for all frameworks and runtimes" repository = "https://github.com/Necoo33/csrf_guard_rs" keywords = [ "csrf", "web", "security", "http", "cross-site-request" ] categories = [ "web-programming", "authentication", "cryptography" ] readme = "README.md" license = "MIT" [dependencies] uuid = { version = "1.11.0", features = ["v4"] }