[package]
name = "tt-shared"
version = "0.1.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared types, errors, and Provider trait for TokenTrimmer."
[dependencies]
async-trait.workspace = true
serde.workspace = true
serde_json.workspace = true
schemars.workspace = true
thiserror.workspace = true
tokio.workspace = true
futures.workspace = true
bytes.workspace = true
uuid.workspace = true
chrono.workspace = true
url.workspace = true
reqwest.workspace = true
async-stream.workspace = true
tracing.workspace = true
toml.workspace = true
[lints]
workspace = true