# 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 = "thruster-session" version = "0.1.0" authors = ["Tronikel "] description = "A non-opinionated session middleware for thruster" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Tronikelis/thruster-session" [dependencies.async-trait] version = "0.1.68" [dependencies.hmac] version = "0.12.1" [dependencies.jwt] version = "0.16.0" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.sha2] version = "0.10.6" [dependencies.thruster] version = "1.3.3" features = ["hyper_server"] [dependencies.tokio] version = "1.28.2"