# 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 = "rails-cookie-parser" version = "0.1.0" authors = ["Arnaud 'red' Rouyer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A decryption library for Rails cookies" readme = "README.md" keywords = [ "rails", "cookies", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/joshleaves/rails-cookie-parser" [lib] name = "rails_cookie_parser" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.base64] version = "0.22.1" [dependencies.pbkdf2] version = "0.12" features = ["simple"] [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10"