[package]
edition = "2021"
name = "streamflow-sdk"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK to interact with Streamflow protocol"
documentation = "https://docs.rs/streamflow-sdk"
readme = "README.md"
license = "MIT"
repository = "https://github.com/streamflow-finance/rust-sdk"
[features]
cpi = ["no-entrypoint"]
devnet = []
no-entrypoint = []
[lib]
name = "streamflow_sdk"
path = "src/lib.rs"
[dependencies.anchor-lang]
version = ">=0.30.1,<1"
[dependencies.anchor-spl]
version = ">=0.30.1,<1"