[package] name = "linprog" version = "0.3.1" authors = ["jonathansc "] edition = "2018" license = "MIT" description = "A linear programming library." repository = "https://github.com/jonathansc/linprog" readme= "README.md" [dependencies] uuid = { version = "0.4", features = ["v4"] }