# 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-nash" version = "0.3.0" authors = ["Danilo Guanabara "] description = "Nash implementation for OpenLimits." keywords = ["cryptocurrency", "exchange", "openlimits", "api"] license = "BSD-2-Clause" repository = "https://github.com/nash-io/openlimits" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.nash-native-client] version = "0.3.0" default-features = false [dependencies.nash-protocol] version = "0.3.0" default-features = false [dependencies.openlimits-exchange] version = "0.3.0" [dependencies.rust_decimal] version = "1.14.3" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-stream] version = "0.1" [features] default = ["rust_gmp", "rustcrypto"] libsecp256k1 = ["nash-protocol/libsecp256k1"] num_bigint = ["nash-protocol/num_bigint", "nash-native-client/num_bigint"] rust_gmp = ["nash-protocol/rust_gmp", "nash-native-client/rust_gmp"] rustcrypto = ["nash-protocol/rustcrypto"]