Bit.Auth-r/Cargo.toml
2024-10-22 09:29:43 +02:00

29 lines
647 B
TOML

[package]
name = "BitAuth"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bb8 = "0.8.1"
bcrypt = "0.15.0"
chrono = "0.4.31"
http-body-util = "0.1.0"
hyper = { version = "1.1.0", features = ["full"] }
hyper-util = { version = "0.1.2", features = ["full"] }
jsonwebtoken = "9.2.0"
rand = "0.8.5"
rsa = "0.9.6"
serde_json = "1.0.111"
skytable = "0.8.10"
tokio = { version = "1.35.1", features = ["full"] }
urlencoding = "2.1.3"
uuid = { version = "1.6.1", features = ["v4", "v5"] }
webhook = "2.1.2"
[[bin]]
name = "bitauth"
path = "src/main.rs"