ntex-session 3.3.0

Session for ntex web framework.
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "ntex-session"
version = "3.3.0"
authors = ["ntex contributors <team@ntex.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session for ntex web framework."
homepage = "https://ntex.rs"
documentation = "https://docs.rs/ntex-session/"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
    "async",
    "futures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ntex-rs/ntex-extras.git"

[features]
cookie-session = [
    "cookie/secure",
    "ntex/cookie",
]
default = ["cookie-session"]

[lib]
name = "ntex_session"
path = "src/lib.rs"

[dependencies.cookie]
version = "0.18"

[dependencies.derive_more]
version = "2"
features = [
    "from",
    "display",
]

[dependencies.futures]
version = "0.3"

[dependencies.ntex]
version = "3.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.3"
features = ["std"]
default-features = false

[dev-dependencies.ntex]
version = "3.0"
features = ["neon"]