harasho/Cargo.toml

23 lines
544 B
TOML
Raw Normal View History

2023-01-30 06:39:01 +00:00
[package]
name = "harasho"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-26 02:59:30 +00:00
actix-tls = "3.0.3"
actix-web = {version = "4.3.0", features = ["rustls","openssl"]}
env_logger = "0.10.0"
2023-05-26 01:39:09 +00:00
log = "0.4.17"
2023-01-31 04:48:43 +00:00
mime = "0.3.16"
2023-05-26 02:59:30 +00:00
openssl = "0.10.52"
2023-01-30 06:39:01 +00:00
rustls = "0.20.8"
rustls-pemfile = "1.0.2"
aes = "0.8.2"
cfb-mode = "0.8.2"
serde = {version="1.0.163",features = ['derive']}
serde_json = {version = "1.0.96", features = ['std']}
2023-06-02 04:07:53 +00:00
#rsa = "0.9.2"
rand = "0.8.5"