# 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 = "trdelnik-sandbox-client" version = "0.3.1" description = "The trdelnik_client crate helps you build and deploy an Anchor program to a local cluster and run a test suite against it." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Ackee-Blockchain/trdelnik" resolver = "1" [dependencies.anchor-client] version = "0.25.0" [dependencies.anyhow] version = "1.0.45" features = ["std"] default-features = false [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "0.9.3" [dependencies.cargo_metadata] version = "0.14.1" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.fehler] version = "1.0.0" default-features = false [dependencies.futures] version = "0.3.18" [dependencies.heck] version = "0.4.0" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.quote] version = "1.0.14" [dependencies.rand] version = "0.7.3" [dependencies.rstest] version = "0.12.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.72" [dependencies.serial_test] version = "0.5.1" [dependencies.solana-account-decoder] version = "1.10.29" [dependencies.solana-cli-output] version = "1.10.29" [dependencies.solana-sdk] version = "1.10.29" [dependencies.solana-transaction-status] version = "1.10.29" [dependencies.spl-associated-token-account] version = "~1.0.3" [dependencies.spl-token] version = "^3.2.0" [dependencies.syn] version = "1.0.85" features = ["full"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.13.0" features = [ "rt-multi-thread", "macros", "fs", "signal", "sync", "time", "io-util", "process", ] default-features = false [dependencies.toml] version = "0.5.8" features = ["preserve_order"] [dependencies.trdelnik-test] version = "0.1.2" [dev-dependencies.pretty_assertions] version = "1.1.0" [build-dependencies.anyhow] version = "1.0.45" features = ["std"] default-features = false [build-dependencies.vergen] version = "6" features = ["build"] default-features = false