# 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 = "twstock" version = "0.1.1" exclude = ["test/*"] description = "API binding for fetching data from the Taiwan Stock Exchange (TWSE)" readme = "README.md" keywords = [ "finance", "twse", "api", "stock", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Eason0729/twstock-rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.encoding_rs] version = "0.8.34" [dependencies.itertools] version = "0.13.0" [dependencies.paste] version = "1.0.15" [dependencies.reqwest] version = "0.12.5" features = ["http2"] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.62" [dependencies.tl] version = "0.7.8" [dev-dependencies.tokio] version = "1.38.1" features = [ "macros", "rt", ] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] native-tls = ["reqwest/native-tls"] native-tls-vendored = ["reqwest/native-tls-vendored"] rustls-tls = ["reqwest/rustls-tls"] serde = []