11[package ]
22name = " tinydancer"
3- version = " 0.0.2 "
3+ version = " 0.0.4 "
44edition = " 2021"
55default-run = " tinydancer"
66authors = [
" Anoushk Kharangate <[email protected] >" ]
@@ -9,21 +9,21 @@ description = "A light client for the solana blockchain "
99readme = " ../readme.md"
1010homepage = " https://docs.tinydancer.io"
1111repository = " https://github.com/tinydancer-io/half-baked-client"
12- keywords = [" cli" , " search " , " demo " ]
12+ keywords = [" cli" , " blockchain " , " light-client " , " solana " ]
1313categories = [" command-line-utilities" ," blockchain" ]
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
1717tokio = {version =" 1.25.0" , features =[" full" ] }
18- solana-ledger ={git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
19- solana-rpc-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
20- solana-rpc-client-api = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
21- solana-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
22- solana-sdk = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
23- solana-tpu-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
24- solana-version = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
25- solana-quic-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
26- solana-transaction-status = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" = 1.15.0" }
18+ solana-ledger ={git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
19+ solana-rpc-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
20+ solana-rpc-client-api = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
21+ solana-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
22+ solana-sdk = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
23+ solana-tpu-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
24+ solana-version = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
25+ solana-quic-client = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
26+ solana-transaction-status = {git =" https://github.com/tinydancer-io/diet-rpc-validator" , branch =" master" ,version =" 1.15.0" }
2727crossbeam = {version =" 0.8.2" , features =[" crossbeam-channel" ]}
2828reqwest = " 0.11.14"
2929rayon = " 1.6.1"
0 commit comments