# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fin_iex" version = "0.1.2" authors = ["Simon Johnston "] autobins = false description = "The IEX provider for financial operations." readme = "README.md" keywords = ["financial", "stock", "quote", "company"] license = "MIT" repository = "https://github.com/johnstonskj/rust-financial.git" [[bin]] name = "iex-tool" path = "src/bin/iext.rs" required-features = ["iex-tool"] [dependencies.chrono] version = "0.4.7" [dependencies.clap] version = "~2.33" optional = true [dependencies.fin_data] version = "0.1.2" [dependencies.fin_model] version = "0.1.2" [dependencies.flexi_logger] version = "^0.13.2" features = ["colors", "specfile", "ziplogs"] optional = true [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.metrics] version = "0.10.3" [dependencies.num-format] version = "0.4" features = ["with-system-locale"] optional = true default-features = false [dependencies.prettytable-rs] version = "0.8.0" optional = true [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.9.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.steel-cent] version = "0.2.2" [dependencies.term_size] version = "0.3" optional = true [features] iex-tool = ["flexi_logger", "clap", "num-format", "prettytable-rs", "term_size"] [badges.coveralls] branch = "master" repository = "rust-financial" service = "github" [badges.travis-ci] repository = "johnstonskj/rust-financial"