# 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 = "birdie" version = "0.1.0" authors = ["Yuankun Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Birdie is a third party Binance API client, allowing you to easily interact with the Binance API using Rust." documentation = "https://github.com/yuankunzhang/birdie" readme = "README.md" keywords = [ "binance", "crypto", ] categories = [ "api-bindings", "development-tools", ] license = "MIT/Apache-2.0" repository = "https://github.com/yuankunzhang/birdie" [lib] name = "birdie" path = "src/lib.rs" [[example]] name = "account_balances" path = "examples/account_balances.rs" [[example]] name = "klines" path = "examples/klines.rs" [[example]] name = "user_data_stream" path = "examples/user_data_stream.rs" [[test]] name = "rest_account_test" path = "tests/rest_account_test.rs" [[test]] name = "rest_general_test" path = "tests/rest_general_test.rs" [[test]] name = "rest_margin_account_test" path = "tests/rest_margin_account_test.rs" [[test]] name = "rest_margin_borrow_and_repay_test" path = "tests/rest_margin_borrow_and_repay_test.rs" [[test]] name = "rest_margin_market_test" path = "tests/rest_margin_market_test.rs" [[test]] name = "rest_margin_trade_test" path = "tests/rest_margin_trade_test.rs" [[test]] name = "rest_margin_transfer_test" path = "tests/rest_margin_transfer_test.rs" [[test]] name = "rest_market_test" path = "tests/rest_market_test.rs" [[test]] name = "rest_trade_test" path = "tests/rest_trade_test.rs" [[test]] name = "ws_account_test" path = "tests/ws_account_test.rs" [[test]] name = "ws_general_test" path = "tests/ws_general_test.rs" [[test]] name = "ws_market_test" path = "tests/ws_market_test.rs" [[test]] name = "ws_trade_test" path = "tests/ws_trade_test.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.7" default-features = false [dependencies.ed25519-dalek] version = "2.1" features = [ "pem", "pkcs8", ] [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.jiff] version = "0.1" features = ["std"] default-features = false [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.13" [dependencies.serde_repr] version = "0.1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" default-features = false [dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.tokio-tungstenite] version = "0.23" features = ["rustls-tls-webpki-roots"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5" default-features = false [dependencies.uuid] version = "1.10" features = ["v4"] [dev-dependencies.tracing-subscriber] version = "0.3.18"