[package] name = "prose_chan" version = "0.1.1" authors = ["Hanif Bin Ariffin "] edition = "2018" license-file = "LICENSE" description = "Implementation of an anonymous board in Rust" homepage = "https://github.com/hbina/prose_chan" repository = "https://github.com/hbina/prose_chan" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-rt = "0.2.2" actix-web = "1.0.0" tera = "0.11.20" dotenv = "0.10" env_logger = "0.5" failure = "0.1.1" futures = "0.1" num_cpus = "1.10.0" r2d2 = "0.8.2" r2d2_postgres = "0.14.0" postgres = "0.15.2" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" log = "0.4" nanoid = "0.2.0"