-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
52 lines (44 loc) · 1.26 KB
/
Cargo.toml
File metadata and controls
52 lines (44 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[package]
name = "spl-record"
version = "0.4.0"
description = "Solana Program Library Record Program"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/solana-program/record"
license = "Apache-2.0"
edition = "2021"
[features]
no-entrypoint = []
codama = ["dep:codama"]
[dependencies]
bytemuck = { version = "1.23.1", features = ["derive"] }
codama = { version = "0.6.4", optional = true }
num-derive = "0.4"
num-traits = "0.2"
solana-account-info = "3.0.0"
solana-instruction = { version = "3.0.0", features = ["std"] }
solana-msg = "3.0.0"
solana-program-entrypoint = "3.0.0"
solana-program-error = "3.0.0"
solana-program-pack = "3.0.0"
solana-pubkey = { version = "3.0.0", features = ["bytemuck"] }
solana-rent = "3.0.0"
solana-security-txt = "1.1.1"
thiserror = "2.0.12"
[dev-dependencies]
solana-keypair = "3.0.0"
solana-program-test = "3.0.10"
solana-system-interface = "2"
solana-transaction = "3.0.0"
solana-transaction-error = "3.0.0"
[build-dependencies]
codama = "0.6.4"
codama-korok-plugins = "0.6.4"
serde_json = "1.0"
[lib]
crate-type = ["cdylib", "lib"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lints]
workspace = true
[package.metadata.solana]
program-id = "recr1L3PCGKLbckBqMNcJhuuyU1zgo8nBhfLVsJNwr5"