-
Notifications
You must be signed in to change notification settings - Fork 0
/
cargo-generate.toml
73 lines (55 loc) · 1.62 KB
/
cargo-generate.toml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[template]
cargo_generate_version = ">=0.18.2"
ignore = [ "circuits/program_name/cargo-generate.toml", "programs_psp/program_name/cargo-generate.toml" ]
[placeholders.rust-name]
type = "string"
prompt = "Name of the Rust crate (kebab-case)"
[placeholders.rust-name-snake-case]
type = "string"
prompt = "Name of the Rust crate (snake_case)"
[placeholders.rust-name-camel-case]
type = "string"
prompt = "Name of the Rust crate (UpperCamelCase)"
[placeholders.program-id]
type = "string"
prompt = "Solana program ID"
default = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
[placeholders.anchor-version]
type = "string"
prompt = "Anchor version"
[placeholders.borsh-version]
type = "string"
prompt = "Borsh version"
[placeholders.light-hasher-version]
type = "string"
prompt = "light hasher version"
[placeholders.light-macros-version]
type = "string"
prompt = "light macros version"
[placeholders.light-sdk-version]
type = "string"
prompt = "light sdk version"
[placeholders.light-sdk-macros-version]
type = "string"
prompt = "light sdk macros version"
[placeholders.light-utils-version]
type = "string"
prompt = "Light utils version"
[placeholders.light-verifier-version]
type = "string"
prompt = "light verifier version"
[placeholders.solana-sdk-version]
type = "string"
prompt = "solana sdk version"
[placeholders.light-client-version]
type = "string"
prompt = "light client version"
[placeholders.light-test-utils-version]
type = "string"
prompt = "light test utils version"
[placeholders.solana-program-test-version]
type = "string"
prompt = "solana program test version"
[placeholders.tokio-version]
type = "string"
prompt = "tokio version"