Files
letro-authentication-service/crates/data-model/Cargo.toml
2023-01-18 10:38:22 +01: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.23"
thiserror = "1.0.38"
serde = "1.0.152"
url = { version = "2.3.1", features = ["serde"] }
crc = "3.0.0"
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" }