fyers 0.1.2

Idiomatic async Rust client for the Fyers trading API.
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 = "2024"
name = "fyers"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic async Rust client for the Fyers trading API."
readme = "README.md"
keywords = [
    "fyers",
    "trading",
    "stocks",
    "api-client",
    "india",
]
categories = [
    "api-bindings",
    "finance",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fushinori/fyers"

[lib]
name = "fyers"
path = "src/lib.rs"

[[example]]
name = "auth"
path = "examples/auth.rs"

[dependencies.hex]
version = "0.4.3"

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

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

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]