# 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 = "openlimits" version = "0.3.0" authors = ["steffel <2143646+steffenix@users.noreply.github.com>", "Ethan Fast ", "Danilo Guanabara "] description = "A open source Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers. Focused in safety, correctness and speed." keywords = ["cryptocurrency", "exchange", "openlimits", "api"] license = "BSD-2-Clause" repository = "https://github.com/nash-io/openlimits" [[example]] name = "orderbook" path = "examples/rust/orderbook.rs" [dependencies.openlimits-binance] version = "0.3.0" [dependencies.openlimits-coinbase] version = "0.3.0" [dependencies.openlimits-exchange] version = "0.3.0" [dependencies.openlimits-nash] version = "0.3.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.rust_decimal] version = "1.14.3" [dev-dependencies.tokio] version = "1.0" features = ["full"] [build-dependencies] [features] default = ["rust_gmp"] num_bigint = ["openlimits-nash/num_bigint"] rust_gmp = ["openlimits-nash/rust_gmp"]