[package]
edition = "2021"
name = "torna-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed client SDK (the PathPlanner) for Torna, the parallel, ordered, on-chain B+ tree index on Solana. Resolves the exact account set off-chain so node indices, PDA bumps, paths, and split spares never leak to the integrator."
homepage = "https://torna.vercel.app"
readme = "README.md"
keywords = [
"solana",
"b-tree",
"index",
"orderbook",
"sdk",
]
categories = [
"cryptography::cryptocurrencies",
"data-structures",
]
license = "MIT"
repository = "https://github.com/nzengi/torna"
[lib]
name = "torna_sdk"
path = "src/lib.rs"
[[bin]]
name = "golden"
path = "src/bin/golden.rs"
[dependencies.solana-sdk]
version = "3.0"