# 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 = "shyft-rs-sdk" version = "0.1.3" authors = ["thelezend"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for interacting with the Shyft API." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/thelezend/shyft-rs-sdk" [lib] name = "shyft_rs_sdk" path = "src/lib.rs" [[example]] name = "get_parsed_transaction_details" path = "examples/get_parsed_transaction_details.rs" [[example]] name = "get_transaction_history" path = "examples/get_transaction_history.rs" [[example]] name = "get_transaction_parse_selected" path = "examples/get_transaction_parse_selected.rs" [[test]] name = "get_parsed_transaction_details" path = "tests/get_parsed_transaction_details.rs" [[test]] name = "get_transaction_history" path = "tests/get_transaction_history.rs" [[test]] name = "get_transaction_parse_selected" path = "tests/get_transaction_parse_selected.rs" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.reqwest-middleware] version = "0.3.3" [dependencies.reqwest-retry] version = "0.6.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.39.3" features = ["full"]