# 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 = "safecoin-banks-client" version = "1.14.17" authors = ["Solana Maintainers "] description = "Safecoin banks client" homepage = "https://safecoin.org/" documentation = "https://docs.rs/safecoin-banks-client" license = "Apache-2.0" repository = "https://github.com/fair-exchange/safecoin" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "solana_banks_client" crate-type = ["lib"] [dependencies.borsh] version = "0.9.3" [dependencies.futures] version = "0.3" [dependencies.safecoin-banks-interface] version = "=1.14.17" [dependencies.safecoin-program] version = "=1.14.17" [dependencies.safecoin-sdk] version = "=1.14.17" [dependencies.tarpc] version = "0.29.0" features = ["full"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "~1.14.1" features = ["full"] [dependencies.tokio-serde] version = "0.8" features = ["bincode"] [dev-dependencies.safecoin-banks-server] version = "=1.14.17" [dev-dependencies.safecoin-runtime] version = "=1.14.17"