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

27 lines
609 B
TOML

[package]
name = "oauth2-types"
version = "0.1.0"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
[dependencies]
http = "0.2.9"
serde = "1.0.164"
serde_json = "1.0.96"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.4.0", features = ["serde"] }
parse-display = "0.8.1"
indoc = "2.0.1"
serde_with = { version = "3.0.0", features = ["chrono"] }
chrono = "0.4.26"
sha2 = "0.10.6"
data-encoding = "2.4.0"
thiserror = "1.0.40"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
[dev-dependencies]
assert_matches = "1.5.0"