1234567891011121314151617181920 |
- [package]
- name = "anchor-client"
- version = "0.19.0"
- authors = ["Serum Foundation <foundation@projectserum.com>"]
- edition = "2018"
- license = "Apache-2.0"
- description = "Rust client for Anchor programs"
- [features]
- debug = []
- [dependencies]
- anchor-lang = { path = "../lang", version = "0.19.0" }
- anyhow = "1.0.32"
- regex = "1.4.5"
- serde = { version = "1.0.122", features = ["derive"] }
- solana-client = "1.7.2"
- solana-sdk = "1.7.2"
- thiserror = "1.0.20"
- url = "2.2.2"
|