# 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" rust-version = "1.81" name = "hypers_session" version = "0.14.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Session support for hypers web framework" readme = "README.md" keywords = [ "hyper", "web", "framework", "springboot", "gin", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "Apache-2.0" [lib] name = "hypers_session" path = "src/lib.rs" [dependencies.async-session] version = "=3.0.0" [dependencies.cookie] version = "=0.18.1" features = ["signed"] [dependencies.hypers_core] version = "0.14.1" features = ["cookie"]