mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-25 02:05:35 +00:00
98f13004bc
And make them available in the templates. This is useful to get the user display name for Sign-in with Apple
31 lines
591 B
TOML
31 lines
591 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]
|
|
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
|
|
rand_chacha = "0.3.1"
|
|
regex = "1.11.1"
|
|
woothee = "0.13.0"
|
|
ruma-common = "0.14.1"
|
|
|
|
mas-iana.workspace = true
|
|
mas-jose.workspace = true
|
|
oauth2-types.workspace = true
|