ew/Cargo.toml

23 lines
487 B
TOML
Raw Normal View History

2024-02-21 19:50:18 +00:00
[package]
name = "ew"
version = "0.0.1"
edition = "2021"
[dependencies]
actix-web = { version = "4.5.1", features = [ "openssl" ] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
2024-02-21 19:50:18 +00:00
openssl = { version = "0.10" }
base64 = "0.21.5"
reqwest = { version = "0.11", features = ["blocking"] }
2024-02-23 15:59:55 +00:00
json = "0.12.4"
rand = "0.8.5"
lazy_static = "1.4.0"
chrono = "0.4.31"
hex = "0.4.3"
2024-04-02 14:53:30 +00:00
hmac = "0.12.1"
md5 = "0.7.0"
urlencoding = "2.1.3"
sha1 = "0.10.6"
substring = "1.4.5"
2024-04-02 19:36:09 +00:00
libmath = "0.1.4"