Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions genesis-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ all-features = true
rustdoc-args = ["--cfg=docsrs"]

[features]
frozen-abi = ["dep:solana-frozen-abi", "dep:solana-frozen-abi-macro"]
frozen-abi = [
"dep:solana-frozen-abi",
"dep:solana-frozen-abi-macro",
"dep:solana-logger",
]
serde = [
"dep:serde",
"dep:serde_derive",
Expand Down Expand Up @@ -45,7 +49,7 @@ solana-frozen-abi-macro = { workspace = true, optional = true }
solana-hash = { workspace = true }
solana-inflation = { workspace = true }
solana-keypair = { workspace = true }
solana-logger = { workspace = true }
solana-logger = { workspace = true, optional = true }
solana-poh-config = { workspace = true }
solana-pubkey = { workspace = true }
solana-rent = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ solana-pubkey = { workspace = true, default-features = false }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { workspace = true, features = ["js", "wasm-bindgen"] }
js-sys = { workspace = true }
wasm-bindgen = { workspace = true }

[target.'cfg(target_os = "solana")'.dependencies]
Expand Down
20 changes: 0 additions & 20 deletions program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ crate-type = ["rlib"]
[features]
default = ["borsh"]
borsh = [
"dep:borsh",
"dep:borsh0-10",
"dep:solana-borsh",
"solana-hash/borsh",
"solana-instruction/borsh",
Expand All @@ -47,20 +45,8 @@ frozen-abi = [
]

[dependencies]
bincode = { workspace = true }
blake3 = { workspace = true, features = ["traits-preview"] }
borsh = { workspace = true, optional = true }
borsh0-10 = { workspace = true, optional = true }
bytemuck = { workspace = true }
lazy_static = { workspace = true }
log = { workspace = true }
memoffset = { workspace = true }
num-traits = { workspace = true, features = ["i128"] }
serde = { workspace = true }
serde_derive = { workspace = true }
solana-account-info = { workspace = true, features = ["bincode"] }
solana-address-lookup-table-interface = { workspace = true, features = ["bincode", "bytemuck"] }
solana-atomic-u64 = { workspace = true }
solana-big-mod-exp = { workspace = true }
solana-blake3-hasher = { workspace = true, features = ["blake3"] }
solana-borsh = { workspace = true, optional = true }
Expand Down Expand Up @@ -96,7 +82,6 @@ solana-program-pack = { workspace = true }
solana-pubkey = { workspace = true, features = ["bytemuck", "curve25519", "serde", "std"] }
solana-rent = { workspace = true, features = ["serde", "sysvar"] }
solana-sdk-ids = { workspace = true }
solana-sdk-macro = { workspace = true }
solana-secp256k1-recover = { workspace = true }
solana-serde-varint = { workspace = true }
solana-serialize-utils = { workspace = true }
Expand All @@ -107,10 +92,8 @@ solana-slot-history = { workspace = true, features = ["serde", "sysvar"] }
solana-stable-layout = { workspace = true }
solana-sysvar = { workspace = true, features = ["bincode", "bytemuck"] }
solana-sysvar-id = { workspace = true }
thiserror = { workspace = true }

[target.'cfg(not(target_os = "solana"))'.dependencies]
num-bigint = { workspace = true }
solana-example-mocks = { workspace = true }

# This is currently needed to build on-chain programs reliably.
Expand All @@ -128,8 +111,5 @@ solana-pubkey = { workspace = true, features = ["dev-context-only-utils"] }
solana-system-interface = { workspace = true }
solana-sysvar = { workspace = true, features = ["dev-context-only-utils"] }

[target.'cfg(not(target_os = "solana"))'.dev-dependencies]
arbitrary = { workspace = true, features = ["derive"] }

[lints]
workspace = true
1 change: 0 additions & 1 deletion pubkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ curve25519-dalek = { workspace = true, optional = true }
solana-sha256-hasher = { workspace = true, optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { workspace = true, features = ["js", "wasm-bindgen"] }
js-sys = { workspace = true }
wasm-bindgen = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion sdk-wasm-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ solana-sdk = { workspace = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = { workspace = true }
console_log = { workspace = true }
js-sys = { workspace = true }
log = { workspace = true }
wasm-bindgen = { workspace = true }

Expand Down
3 changes: 0 additions & 3 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,14 @@ bincode = { workspace = true }
bs58 = { workspace = true }
serde = { workspace = true }
solana-account = { workspace = true, features = ["bincode"] }
solana-derivation-path = { workspace = true }
solana-epoch-info = { workspace = true, features = ["serde"] }
solana-epoch-rewards-hasher = { workspace = true }
solana-fee-structure = { workspace = true, features = ["serde"] }
solana-inflation = { workspace = true, features = ["serde"] }
solana-instruction = { workspace = true }
solana-keypair = { workspace = true, optional = true, features = [
"seed-derivable",
] }
solana-message = { workspace = true, features = ["serde"] }
solana-native-token = { workspace = true }
solana-offchain-message = { workspace = true, optional = true, features = ["verify"] }
solana-presigner = { workspace = true, optional = true }
solana-program = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion sysvar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ solana-program-entrypoint = { workspace = true }
solana-program-error = { workspace = true }
solana-pubkey = { workspace = true }
solana-rent = { workspace = true, features = ["sysvar"] }
solana-sanitize = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-sdk-macro = { workspace = true }
solana-slot-hashes = { workspace = true, features = ["sysvar"] }
Expand Down
Loading