# 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 = "2018" name = "deribit" version = "0.3.3" authors = ["Weiyuan Wu "] description = "Rust client for deribit. Please look at tests/examples for detailed usages." documentation = "https://docs.rs/deribit" readme = "README.md" categories = ["api-bindings"] license = "MIT" repository = "https://github.com/dovahcrow/deribit-rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.derive_builder] version = "0.12" [dependencies.fehler] version = "1" [dependencies.futures] version = "0.3" features = ["async-await"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.paste] version = "1" [dependencies.pin-project] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.shrinkwraprs] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "time", "macros", "rt", "net", ] [dependencies.tokio-tungstenite] version = "0.18" features = ["rustls-tls-native-roots"] [dependencies.tungstenite] version = "0.18" features = ["rustls-tls-native-roots"] default-features = false [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "time", "macros", "rt-multi-thread", "net", ] [badges.travis-ci] branch = "master" repository = "dovahcrow/deribit-rs"