[package] name = "cryptgeon" version = "2.9.1" authors = ["cupcakearmy "] edition = "2024" rust-version = "1.95" [[bin]] name = "cryptgeon" path = "src/main.rs" [dependencies] # Core axum = "0.8" serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["full"] } tower = "0.5" tower-http = { version = "0.6", features = ["full"] } redis = { version = "1", features = ["tls-native-tls"] } # Utility serde_json = "1" lazy_static = "1" ring = "0.17" bs62 = "0.1" byte-unit = "4" dotenv = "0.15"