# 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 = "senax-actix-session" version = "0.4.2" authors = ["yossyX"] description = "Senax actix session library" keywords = [ "http", "web", "framework", "async", "session", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yossyX/senax" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" features = [ "cookies", "secure-cookies", ] default-features = false [dependencies.anyhow] version = "1" [dependencies.ciborium] version = "0.2.1" [dependencies.derive_more] version = "0.99.5" [dependencies.log] version = "0.4" [dependencies.senax-common] version = "0.3.0" [dependencies.serde] version = "1" [dependencies.sha2] version = "0.10.6" [dependencies.time] version = "0.3.19" [dependencies.tokio] version = "1.28" features = ["time"]