# opt-level stands for the number of optimizations Rust # will apply to your code with a range of 0 to 3. [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [package] name = "htai_elitist" version = "1.1.0" authors = ["bsrodrigue "] edition = "2018" description = "All your base are belong to us." license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3" regex = "1.3.9" actix-web = "2.0" actix-rt = "1.0" serde = "1"