sbv2-solana/rust/switchboard-v2/Cargo.toml

32 lines
753 B
TOML
Raw Normal View History

2022-05-17 09:42:04 -07:00
[package]
name = "switchboard-v2"
version = "0.1.16"
2022-05-17 09:42:04 -07:00
edition = "2021"
description = "A Rust library to interact with Switchboard V2 accounts."
2022-05-17 09:42:04 -07:00
readme = "README.md"
keywords = ["switchboard", "oracle", "solana"]
homepage = "https://docs.switchboard.xyz"
2022-05-17 09:42:04 -07:00
repository = "https://github.com/switchboard-xyz/switchboard-v2/tree/main/libraries/rs"
license = "MIT"
documentation = "https://docs.rs/switchboard-v2/"
[lib]
crate-type = ["cdylib", "lib"]
name = "switchboard_v2"
doctest = false
2022-05-17 09:42:04 -07:00
[features]
default = ["cpi"]
no-entrypoint = []
cpi = ["no-entrypoint"]
devnet = []
2022-05-17 09:42:04 -07:00
[dependencies]
2022-07-18 10:09:52 -07:00
anchor-lang = "0.25.0"
anchor-spl = "0.25.0"
2022-05-17 09:42:04 -07:00
rust_decimal = { version = "1.18.0" }
2022-07-18 10:09:52 -07:00
solana-program = "~1.10.29"
2022-05-17 09:42:04 -07:00
bytemuck = "1.7.2"
2022-10-05 06:15:59 -07:00
superslice = "1"
spl-token = "3.3.1"