whirlpools-client/programs/whirlpool/Cargo.toml

35 lines
906 B
TOML

[package]
name = "whirlpool"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "whirlpool"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = { git = "https://github.com/project-serum/anchor", tag = "v0.20.1", version = "0.20.1", package = "anchor-lang" }
anchor-spl = { git = "https://github.com/project-serum/anchor", tag = "v0.20.1", version = "0.20.1", package = "anchor-spl" }
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }
solana-program = "1.8.12"
thiserror = "1.0"
uint = { version = "0.9.1", default-features = false }
borsh = "0.9.1"
mpl-token-metadata = { version = "1.2.5", features = ["no-entrypoint"] }
[dev-dependencies]
proptest = "1.0"
serde = "1.0.117"
serde_json = "1.0.59"
[dev-dependencies.serde_with]
version = "1.12.0"
features = ["json"]