mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-13 21:33:32 +00:00
26 lines
516 B
TOML
26 lines
516 B
TOML
[package]
|
|
name = "mas-iana-codegen"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
async-trait.workspace = true
|
|
camino.workspace = true
|
|
convert_case = "0.6.0"
|
|
csv = "1.3.0"
|
|
futures-util = "0.3.30"
|
|
hyper.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace= true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|