easytradeview 0.2.0

A Rust-based wrapper library for the TradingView website's API, providing easy access to live trading data and indicators without requiring login credentials.
Documentation
# 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 = "easytradeview"
version = "0.2.0"
description = "A Rust-based wrapper library for the TradingView website's API, providing easy access to live trading data and indicators without requiring login credentials."
readme = "README.md"
keywords = [
    "trading-view",
    "trade-data",
    "technical-analysis",
    "ta",
]
license = "Apache-2.0"
repository = "https://github.com/baiihcy/easytradeview"

[dependencies.anyhow]
version = "1.0.81"

[dependencies.clap]
version = "4.5.4"
features = ["derive"]

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.reqwest]
version = "0.12.3"
features = ["json"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.113"

[dependencies.tokio]
version = "1.36.0"
features = ["full"]

[dependencies.url]
version = "2.5.0"