# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "csrf" version = "0.4.1" authors = ["heartsucker "] description = "CSRF protection primitives" homepage = "https://github.com/heartsucker/rust-csrf" documentation = "https://docs.rs/csrf" readme = "README.md" keywords = ["csrf", "web", "security", "http"] categories = ["web-programming", "authentication", "cryptography"] license = "MIT" repository = "https://github.com/heartsucker/rust-csrf" [lib] name = "csrf" path = "./src/lib.rs" [dependencies.aead] version = "0.4" [dependencies.aes-gcm] version = "0.9" [dependencies.byteorder] version = "1" [dependencies.chacha20poly1305] version = "0.8" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2" [dependencies.generic-array] version = "0.14" [dependencies.hmac] version = "0.11" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.9" [dependencies.typemap] version = "0.3" optional = true [features] iron = ["typemap"] [badges.appveyor] branch = "master" repository = "heartsucker/rust-csrf" service = "github" [badges.travis-ci] branch = "master" repository = "heartsucker/rust-csrf"