streamflow-sdk 0.14.0

Rust SDK to interact with Streamflow protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "streamflow-sdk"
version = "0.14.0"
license = "MIT"
description = "Rust SDK to interact with Streamflow protocol"
documentation = "https://docs.rs/streamflow-sdk"
repository = "https://github.com/streamflow-finance/rust-sdk"
edition = "2021"

[features]
no-entrypoint = []
devnet = []
cpi = ["no-entrypoint"]

[dependencies]
anchor-lang = ">=0.32.1,<1"
anchor-spl = ">=0.32.1,<1"