torna-sdk 0.1.0

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.
Documentation
# 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 = "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"