# 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 = "rocket-session-store" version = "0.2.0" authors = ["Aurora Zuoris "] description = "A rust session library that can use a custom store." homepage = "https://github.com/Aurora2500/rocket-session-store" readme = "README.md" keywords = ["rocket", "session", "cookies", "authentication"] categories = ["asynchronous", "authentication", "database", "web-programming::http-server"] license = "MIT" repository = "https://github.com/Aurora2500/rocket-session-store" resolver = "2" [dependencies.rand] version = "0.8.4" [dependencies.redis] version = "0.21.5" optional = true [dependencies.rocket] version = "0.5.0-rc.1" [dependencies.serde] version = "1.0.134" [dependencies.serde_json] version = "1.0.76" [dependencies.thiserror] version = "1.0.30"