[package] name = "cryptgeon" version = "2.6.1" authors = ["cupcakearmy "] edition = "2021" rust-version = "1.76" [[bin]] name = "cryptgeon" path = "src/main.rs" [dependencies] actix-web = "4" actix-files = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1" lazy_static = "1" ring = "0.16" bs62 = "0.1" byte-unit = "4" dotenv = "0.15" mime = "0.3" env_logger = "0.9" log = "0.4" redis = "0.23"