You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/oab/Cargo.toml

33 lines
759 B
TOML

3 years ago
[package]
name = "oab"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
include_dir = "*"
lazy_static = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "*"
serde_yaml = "*"
clap = { version = "3", features = ["derive"] }
2 years ago
chrono = "0.4"
3 years ago
tokio = { version = "1", features = ["full"] }
2 years ago
futures-util = "*"
3 years ago
tracing = "*"
tracing-subscriber = "*"
thiserror = "1.0"
3 years ago
rbson = "2"
rbatis = { version = "*", default-features = false, features = ["runtime-tokio-rustls","mysql","debug_mode"] }
actix-web = "4"
2 years ago
jsonwebtoken = "8"
3 years ago
2 years ago
aes-gcm="0.9"
rand = "0.8.5"
block-padding = "0.3.2"
generic-array = "0.14.5"
serde-big-array = "0.4.1"
base64 = "0.13.0"