# 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 = "korea-investment-api" version = "1.6.3" authors = ["Xanthorrhizol "] description = "Korea Investment API client for Rust(Not official)" readme = "README.md" keywords = [ "api", "client", "korea-investment", "stock", "trading", ] license = "MIT" repository = "https://github.com/Xanthorrhizol/korea-investment-api" [[bin]] name = "example" path = "src/bin/example.rs" [dependencies.aes] version = "0.8.3" [dependencies.base64] version = "0.21.2" [dependencies.cbc] version = "0.1.2" [dependencies.chrono] version = "0.4.26" [dependencies.chrono-tz] version = "0.8.2" [dependencies.getset] version = "0.1.2" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.serde_with] version = "3.3.0" [dependencies.structopt] version = "0.3.26" optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.23.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.8" [dependencies.url] version = "2.4.1" [dependencies.websocket] version = "0.26.5" [dependencies.xan-log] version = "0.1.1" [features] example = ["structopt"]