# 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 = "polycli" version = "0.1.1" authors = ["Daniel Mueller "] include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] description = "A command line tool for interacting with the Polygon API at polygon.io.\n" homepage = "https://github.com/d-e-s-o/polycli" readme = "README.md" keywords = ["cli", "finance", "async", "stocks"] categories = ["api-bindings", "asynchronous", "command-line-utilities", "web-programming::http-client", "web-programming::websocket"] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/polycli.git" [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.chrono] version = "0.4" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.num-decimal] version = "0.2" default-features = false [dependencies.polyio] version = "0.9" default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.structopt] version = "0.3" default-features = false [dependencies.time-util] version = "0.3" features = ["chrono"] default-features = false [dependencies.tokio] version = "1.0" features = ["rt"] default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.2" features = ["ansi", "chrono", "env-filter", "fmt"] default-features = false