# 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.75" name = "actix-session-surrealdb" version = "0.2.0" authors = ["ixhbinphoenix "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Surrealdb SessionStore for actix-session" readme = "README.md" keywords = [ "web", "actix", "surrealdb", "async", "session", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "database", ] license = "MIT" repository = "https://github.com/ixhbinphoenix/actix-session-surrealdb" [lib] name = "actix_session_surrealdb" path = "src/lib.rs" [dependencies.actix-session] version = "0.9.0" [dependencies.actix-web] version = "4.3.1" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.24" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.162" [dependencies.serde_json] version = "1.0.96" [dependencies.surrealdb] version = "2.1.2"