File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ [package]
2+ name = "solana-mcp-server"
3+ version = "1.0.2"
4+ edition = "2021"
5+
6+ [dependencies]
7+ log = "0.4"
8+ env_logger = "0.11"
9+ chrono = "0.4"
10+ url = { version = "2.5.0", features = ["serde"] }
11+ anyhow = "1.0"
12+ thiserror = "1.0"
13+ serde = { version = "1.0", features = ["derive"] }
14+ serde_json = "1.0"
15+ tokio = { version = "1.36", features = ["full"] }
16+ tracing = "0.1"
17+ tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
18+ uuid = { version = "1.0", features = ["v4"] }
19+ once_cell = "1.19"
20+ dashmap = "6.1"
21+ solana-client = "~2.2"
22+ solana-sdk = "~2.2"
23+ solana-account-decoder = "~2.2"
24+ solana-transaction-status = "~2.2"
25+ spl-token = "7.0"
26+ base64 = "0.22"
27+ bs58 = "0.5"
28+ bincode = "1.3"
29+ reqwest = { version = "0.11", features = ["json"] }
You can’t perform that action at this time.
0 commit comments