# 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 = "qvopenapi-async" version = "0.1.0" description = "qvopenapi의 경우 콜백 기반으로 통신하기 때문에 TR ID 등을 관리하기가 어렵고 번거로움. Rust의 future 형태로 손쉽게 사용할 수 있도록 wrapping한 라이브러리" license-file = "LICENSE.txt" resolver = "1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.qvopenapi] version = "0.1.0" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rpassword] version = "7.2.0" [dev-dependencies.tokio] version = "1.28.0" features = ["full"] [features] disable-unwind = ["qvopenapi/disable-unwind"]