# 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 = "easybit" version = "0.0.1" exclude = ["test.sh"] description = "A library for seamless integration with the Easybit.io API" readme = "README.md" keywords = [ "cryptocurrency", "exchange", "easybit", "swap", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/starkbamse/rust-easybit.io" [dependencies.env_logger] version = "0.11.4" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.zeroize] version = "1.8.1" features = ["zeroize_derive"]