openlimits-nash 0.2.0

Nash implementation for OpenLimits.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.nash-native-client]
default-features = false
version = "0.2.1"

[dependencies.nash-protocol]
default-features = false
version = "0.2.0"

[dependencies.openlimits-exchange]
version = "0.2.0"

[dependencies.rust_decimal]
version = "1.14.3"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[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"]

[package]
authors = ["Danilo Guanabara <danilo@sensorial.systems>"]
description = "Nash implementation for OpenLimits."
edition = "2018"
keywords = ["cryptocurrency", "exchange", "openlimits", "api"]
license = "BSD-2-Clause"
name = "openlimits-nash"
repository = "https://github.com/nash-io/openlimits"
version = "0.2.0"