# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xtp" version = "0.1.0-alpha.4" authors = ["Weiyuan Wu "] include = ["src/**/*", "Cargo.toml", "sdk/bin/include/*", "build.rs"] description = "A Rust binding for XTP SDK (https://xtp.zts.com.cn)" documentation = "https://docs.rs/xtp" readme = "README.md" keywords = ["XTP", "stock", "A-shares", "china", "trading"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/dovahcrow/xtp-rs" [lib] name = "xtp" path = "src/lib.rs" [dependencies.failure] version = "0.1" [dependencies.libc] version = "0.2" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.log] version = "0.4" [dev-dependencies.paw] version = "1" [dev-dependencies.structopt] version = "0.3" [build-dependencies.bindgen] version = "0.52" [build-dependencies.cc] version = "1.0" [badges.travis-ci] branch = "master" repository = "dovahcrow/xtp-rs"