[package] name = "octopus-cli" version = "0.2.0" edition = "2021" authors = ["Richard Bates "] description = "Trading engine CLI for submitting and matching orders. 🐙" repository = "https://github.com/richo225/octopus" license-file = "../LICENSE.txt" readme = "../README.md" keywords = ["cli", "trading", "engine", "octopus"] categories = ["command-line-interface", "finance"] [badges] maintenance = { status = "actively-developed" } [dependencies] cli-table = "0.4.7" octopus-engine = { version = "0.2.0", path = "../octopus_engine" } reqwest = { version = "0.11.18", features = ["blocking", "json"] } serde = { version = "1.0.163", features = ["derive"] } yansi = "0.5.1"