# 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 = "safe-sdk" version = "0.1.0" authors = ["James Prestwich "] description = "API Client for Gnosis Safe Transaction Service" readme = "README.md" keywords = [ "Ethereum", "Gnosis", "Safe", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/nomad-xyz/safe-sdk" [dependencies.async-stream] version = "0.3.3" [dependencies.async-trait] version = "0.1.58" [dependencies.ethers] version = "1.0.0" [dependencies.hex] version = "0.4.3" [dependencies.once_cell] version = "1.16.0" [dependencies.reqwest] version = "0.11.12" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.0.1" features = ["macros"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-futures] version = "0.2.5" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.tokio] version = "1.0.1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-test] version = "0.2.3" features = ["no-env-filter"]