# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "octopus-cli" version = "0.2.0" authors = ["Richard Bates "] description = "Trading engine CLI for submitting and matching orders. 🐙" readme = "README.md" keywords = [ "cli", "trading", "engine", "octopus", ] categories = [ "command-line-interface", "finance", ] license-file = "LICENSE.txt" repository = "https://github.com/richo225/octopus" resolver = "1" [dependencies.cli-table] version = "0.4.7" [dependencies.octopus-engine] version = "0.2.0" [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.yansi] version = "0.5.1" [badges.maintenance] status = "actively-developed"