Files
letro-authentication-service/crates/data-model/Cargo.toml
2023-06-14 12:02:16 +02:00

21 lines
477 B
TOML

[package]
name = "mas-data-model"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
chrono = "0.4.26"
thiserror = "1.0.40"
serde = "1.0.164"
url = { version = "2.4.0", features = ["serde"] }
crc = "3.0.1"
ulid = { version = "1.0.0", features = ["serde"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
oauth2-types = { path = "../oauth2-types" }