You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
438 B
17 lines
438 B
2 years ago
|
[package]
|
||
|
name = "poem_openapi"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
hmac = "0.12.1"
|
||
|
jwt = "0.16.0"
|
||
|
poem = "1.3.51"
|
||
|
poem-openapi = { version = "2.0.22", features = ["swagger-ui"] }
|
||
|
serde = { version = "1.0.152", features = ["derive"] }
|
||
|
serde_json = "1.0.91"
|
||
|
sha2 = "0.10.6"
|
||
|
tokio = { version = "1.24.1", features = ["full"] }
|