# 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 = "2018" name = "polyio" version = "0.13.0" authors = ["Daniel Mueller "] include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] description = "A create for interacting with the Polygon API at polygon.io.\n" homepage = "https://github.com/d-e-s-o/polyio" readme = "README.md" keywords = ["trading", "finance", "async", "stocks"] categories = ["api-bindings", "asynchronous", "network-programming", "web-programming::http-client", "web-programming::websocket"] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/polyio.git" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.http] version = "0.2" default-features = false [dependencies.http-endpoint] version = "0.5" [dependencies.num-decimal] version = "0.2.4" features = ["num-v04", "serde"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" features = ["attributes", "std"] default-features = false [dependencies.tracing-futures] version = "0.2" features = ["std-future"] default-features = false [dependencies.url] version = "2.0" [dev-dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dev-dependencies.maplit] version = "1.0" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "0.14" features = ["client", "http1"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-tls] version = "0.5" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tungstenite] version = "0.16" features = ["connect", "native-tls"] package = "tokio-tungstenite" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.websocket-util] version = "0.10.1" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.test-log] version = "0.2.8" features = ["trace"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.0" features = ["rt", "macros"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tracing-subscriber] version = "0.3" features = ["ansi", "env-filter", "fmt"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.websocket-util] version = "0.10.1" features = ["test"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" features = ["std", "serde-serialize"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] default-features = false