atb-types 2.1.0

Shared date, identifier, ownership, and optional JWT types for Aetheras Rust services
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.94"
name = "atb-types"
version = "2.1.0"
authors = ["Denis Tsai <denistsai@aetheras.io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared date, identifier, ownership, and optional JWT types for Aetheras Rust services"
homepage = "https://github.com/aetheras-io/atb-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aetheras-io/atb-rs"

[features]
all = ["jwt"]
default = []
jwt = [
    "jsonwebtoken",
    "base64",
    "serde",
    "serde_json",
]

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

[dependencies.base64]
version = "0.23"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.jsonwebtoken]
version = "11"
features = ["rust_crypto"]
optional = true

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sha2]
version = "0.11"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v1",
    "v4",
    "v5",
    "v6",
    "v7",
]