# 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 = "actix-jwt-cookies" version = "0.1.0" authors = ["Necdet Arda Etiman"] description = "Store your data in encrypted cookies and get it elegantly in actix-web framework." readme = "README.md" keywords = [ "actix-web", "jwt", "cookie", "jwt-cookie", "authentication", ] categories = [ "web-programming", "authentication", "cryptography", "network-programming", ] license = "MIT" repository = "https://github.com/Necoo33/actix-jwt-cookies" [lib] name = "actix_jc" [dependencies.actix-web] version = "4.9.0" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.serde] version = "1.0.183" [dependencies.time] version = "0.3.29" features = ["serde"]