# 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.70.0" name = "axum-rails-cookie" version = "0.1.4" authors = ["Endoze "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extract rails session cookies in axum based apps." homepage = "https://github.com/Endoze/axum-rails-cookie" documentation = "https://docs.rs/axum-rails-cookie" readme = "README.md" license = "MIT" repository = "https://github.com/Endoze/axum-rails-cookie" [profile.dist] lto = "thin" inherits = "release" [lib] name = "axum_rails_cookie" path = "src/lib.rs" [dependencies.axum] version = "0.7.7" [dependencies.axum-extra] version = "0.9" features = [ "cookie", "cookie-private", ] [dependencies.axum-macros] version = "0.4" [dependencies.message_verifier] version = "2.0" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.tower] version = "0.5"