# 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 = "fireblocks-sdk" version = "0.4.1" authors = ["Doug Chimento "] description = "Rust implementation of the Fireblocks SDK" homepage = "https://github.com/dougEfresh/fireblocks-sdk-rs" documentation = "https://docs.rs/fireblocks-sdk" readme = "README.md" keywords = [ "fireblocks", "blockchain", "bitcoin", "solana", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/dougEfresh/fireblocks-sdk-rs" resolver = "2" [lib] name = "fireblocks_sdk" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.bigdecimal] version = "^0.3" features = ["serde"] [dependencies.chrono] version = "0.4" features = ["serde"] default-features = true [dependencies.futures] version = "0.3" [dependencies.jsonwebtoken] version = "9" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = true [dependencies.serde] version = "1.0.195" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.sqlx] version = "0.7" features = ["postgres"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["time"] default-features = false [dependencies.tokio-util] version = "0.7" features = ["rt"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rstest] version = "0.21" [dev-dependencies.tokio] version = "1" features = [ "full", "macros", "rt", ] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "serde", ] [features] default = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"] sql = ["sqlx"] [target."cfg(any())".dependencies.openssl] version = "0.10.55" optional = true [lints.clippy] enum_glob_use = "deny" future_not_send = "allow" missing_errors_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" nursery = "deny" pedantic = "deny" return_self_not_must_use = "allow" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"