Files
letro-authentication-service/crates/data-model/Cargo.toml
2025-06-12 11:01:07 +02:00

36 lines
807 B
TOML

# Copyright 2025 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# Please see LICENSE files in the repository root for full details.
[package]
name = "mas-data-model"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish.workspace = true
[lints]
workspace = true
[dependencies]
base64ct.workspace = true
chrono.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
url.workspace = true
crc.workspace = true
ulid.workspace = true
rand.workspace = true
regex.workspace = true
woothee.workspace = true
ruma-common.workspace = true
mas-iana.workspace = true
mas-jose.workspace = true
oauth2-types.workspace = true