# 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-identity" version = "0.8.0" authors = [ "Nikolay Kim ", "Luca Palmieri ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Identity management for Actix Web" homepage = "https://actix.rs" readme = "README.md" keywords = [ "actix", "auth", "identity", "web", "security", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-extras" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "actix_identity" path = "src/lib.rs" [[example]] name = "identity" path = "examples/identity.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.actix-service] version = "2" [dependencies.actix-session] version = "0.10" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4" features = [ "cookies", "secure-cookies", ] default-features = false [dependencies.derive_more] version = "1" features = [ "display", "error", "from", ] [dependencies.futures-core] version = "0.3.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tracing] version = "0.1.30" features = ["log"] default-features = false [dev-dependencies.actix-http] version = "3" [dev-dependencies.actix-session] version = "0.10" features = [ "redis-session", "cookie-session", ] [dev-dependencies.actix-web] version = "4" features = [ "macros", "cookies", "secure-cookies", ] default-features = false [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.reqwest] version = "0.12" features = [ "cookies", "json", ] default-features = false [dev-dependencies.uuid] version = "1" features = ["v4"] [lints.rust.future-incompatible] level = "deny" priority = 0 [lints.rust.nonstandard-style] level = "deny" priority = 0 [lints.rust.rust-2018-idioms] level = "deny" priority = 0