55 lines
1.6 KiB
TOML
55 lines
1.6 KiB
TOML
# file: kb-lib/Cargo.toml
|
|
# version: 12
|
|
|
|
[package]
|
|
name = "kb-lib"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
base64.workspace = true
|
|
borsh.workspace = true
|
|
borsh_0_10.workspace = true
|
|
bs58.workspace = true
|
|
kb-core = { path = "../kb-core" }
|
|
kb-program-ids = { path = "../kb-program-ids" }
|
|
mpl-token-metadata.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
solana-address-lookup-table-interface.workspace = true
|
|
solana-compute-budget-interface.workspace = true
|
|
solana-feature-gate-interface.workspace = true
|
|
solana-hash.workspace = true
|
|
solana-instruction.workspace = true
|
|
solana-loader-v3-interface.workspace = true
|
|
solana-pubkey.workspace = true
|
|
solana-sdk-ids.workspace = true
|
|
solana-stake-interface.workspace = true
|
|
solana-system-interface.workspace = true
|
|
solana-vote-interface.workspace = true
|
|
solana-zk-elgamal-proof-interface.workspace = true
|
|
solana-zk-sdk-pod.workspace = true
|
|
spl-associated-token-account-interface.workspace = true
|
|
spl-elgamal-registry-interface.workspace = true
|
|
spl-token-group-interface.workspace = true
|
|
spl-token-metadata-interface.workspace = true
|
|
spl-token-2022-interface.workspace = true
|
|
spl-token-confidential-transfer-proof-extraction.workspace = true
|
|
spl-memo-interface.workspace = true
|
|
tracing.workspace = true
|
|
ts-rs.workspace = true
|
|
wincode.workspace = true
|
|
|
|
[dev-dependencies]
|
|
solana-ed25519-program.workspace = true
|
|
solana-secp256k1-program.workspace = true
|
|
solana-secp256r1-program.workspace = true
|
|
spl-token-interface.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|