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