[package] name = "lupt" version = "0.2.0" description = "Chat app for lupt(लुप्त) users!" authors = ["Piyush Raj "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.10" actix-web = "3" actix-web-actors = "3" actix-broker = "0.3.1" actix-files = "0.5.0" env_logger = "0.8.3" clap = "2.33.3" serde = "1.0.123" serde_json = "1.0.62" rand = "0.8.3" futures = "0.3.12" sha1 = "0.6.0"