[package] name = "slp-cli" version = "0.1.0" authors = ["Prateek Kumar "] edition = "2018" description = """ SolHOP Linear Programming Solver """ default-run = "slp" homepage = "https://solhop.github.io/slp/" repository = "https://github.com/solhop/slp-cli" readme = "README.md" keywords = ["Optimization", "Linear", "Programming", "Solver", "Math"] categories = ["science"] license = "MIT" exclude = ["/.vscode/", "/.github/"] [badges] maintenance = { status = "actively-developed" } [dependencies] slp = "=0.1.9" structopt = "0.3"