mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 13:05:00 +00:00
31 lines
703 B
TOML
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"
|