# 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 = "les" version = "0.1.0-alpha.2" authors = ["Vasanthkumar Kalaiselvan "] exclude = [ "tests/*", ".github/*", ] include = [ "**/*.rs", "Cargo.toml", ] description = "less is the crate provide binding for crypto network" readme = "README.md" keywords = [ "cryptocurrency", "api", "trading", ] license = "MIT" repository = "https://github.com/crabby-ai/les" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1.42" [dependencies.chrono] version = "0.4.19" [dependencies.derive_more] version = "0.99.11" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.12" [dependencies.futures-util] version = "0.3.12" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.8.1" [dependencies.log] version = "0.4.8" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.rust_decimal] version = "1.14.0" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.sha2] version = "0.9.1" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.6.0" [dependencies.tokio-tungstenite] version = "0.13" features = ["tls"] [dependencies.url] version = "2.2.0" [dev-dependencies.cross-test] version = "0.1.6" [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"] [features] binance = [] coinbase = [] default = [ "binance", "coinbase", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.20"