mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-27 15:05:58 +00:00
31 lines
601 B
TOML
31 lines
601 B
TOML
[package]
|
|
name = "mas-data-model"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
base64ct.workspace = true
|
|
chrono.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
url.workspace = true
|
|
crc = "3.2.1"
|
|
ulid.workspace = true
|
|
rand.workspace = true
|
|
regex = "1.11.1"
|
|
woothee = "0.13.0"
|
|
ruma-common.workspace = true
|
|
|
|
mas-iana.workspace = true
|
|
mas-jose.workspace = true
|
|
oauth2-types.workspace = true
|