[package] name = "uefc" license = "MIT" description = "A simple tool for optimizing the UEFC aircraft." version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" rayon = "1.7.0" [dependencies.indicatif] version = "0.17.3" features = ["rayon"]