Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.72...0.1.73) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
525 B
TOML
20 lines
525 B
TOML
[package]
|
|
name = "mas-iana-codegen"
|
|
version = "0.1.0"
|
|
authors = ["Quentin Gliech <quenting@element.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
async-trait = "0.1.73"
|
|
camino = "1.1.6"
|
|
convert_case = "0.6.0"
|
|
csv = "1.2.2"
|
|
futures-util = "0.3.28"
|
|
hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] }
|
|
serde.workspace = true
|
|
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
|
tracing.workspace = true
|
|
tracing-subscriber = "0.3.17"
|