# 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 = "cookiebox" version = "0.2.2" authors = ["Mohammed (Zack) Salah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A type safe cookie management crate" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/MSalah73/cookiebox" [lib] name = "cookiebox" path = "src/lib.rs" [[example]] name = "cookiebox" path = "examples/cookiebox.rs" [[test]] name = "middleware" path = "tests/middleware.rs" [dependencies.actix-utils] version = "3.0.1" [dependencies.actix-web] version = "4.9" [dependencies.anyhow] version = "1.0.93" [dependencies.biscotti] version = "0.3.4" [dependencies.cookiebox-macros] version = "0.2.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "2.0.3"