stackure 1.20260907.77

Official Stackure authentication SDK for Rust
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"
name = "stackure"
version = "1.20260907.77"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Stackure authentication SDK for Rust"
homepage = "https://stackure.com"
documentation = "https://docs.rs/stackure"
readme = "README.md"
keywords = [
    "authentication",
    "auth",
    "stackure",
    "passwordless",
    "sdk",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/syi-stackure/sdk-rust"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
axum = ["dep:axum"]
default = ["axum"]

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

[[test]]
name = "parity"
path = "tests/parity.rs"

[[test]]
name = "transport"
path = "tests/transport.rs"

[dependencies.axum]
version = "0.8"
features = ["tokio"]
optional = true
default-features = false

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "client",
    "http1",
]

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "http1",
    "native-tokio",
    "ring",
    "tls12",
]
default-features = false

[dependencies.hyper-util]
version = "0.1"
features = [
    "client-legacy",
    "tokio",
    "http1",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
]

[dependencies.tower]
version = "0.5"

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1