Files
matrix-authentication-service/crates/oauth2-types/Cargo.toml
T
2024-05-02 14:32:05 +02:00

31 lines
703 B
TOML

[package]
name = "oauth2-types"
description = "OAuth 2.0 types used by the Matrix Authentication Service"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
http.workspace = true
serde.workspace = true
serde_json.workspace = true
language-tags = { version = "0.3.2", features = ["serde"] }
url.workspace = true
serde_with = { version = "3.8.1", features = ["chrono"] }
chrono.workspace = true
sha2 = "0.10.8"
data-encoding = "2.6.0"
thiserror.workspace = true
mas-iana.workspace = true
mas-jose.workspace = true
[dev-dependencies]
assert_matches = "1.5.0"