# 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 = "dukascopy_rs" version = "0.1.2" exclude = ["test-resources"] description = "Dukascopy API integration for Rust" keywords = ["dukascopy", "trading", "trade", "tick"] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/eEQK/dukascopy_rs" resolver = "2" [dependencies.async-trait] version = "0.1.53" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3.21" [dependencies.lzma-rs] version = "0.2.0" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.time] version = "0.3.9" features = ["macros", "std"] [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.warp] version = "0.3" [badges.maintenance] status = "experimental"