# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "light-sdk" version = "0.11.0" description = "Rust SDK for ZK Compression on Solana" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [lib] name = "light_sdk" crate-type = [ "cdylib", "lib", ] [dependencies.account-compression] version = "1.2.0" features = ["cpi"] optional = true [dependencies.aligned-sized] version = "1.1.0" [dependencies.anchor-lang] version = "=0.29.0" [dependencies.borsh] version = "0.10.0" [dependencies.bytemuck] version = "1.17" [dependencies.groth16-solana] version = "0.0.3" [dependencies.light-concurrent-merkle-tree] version = "1.1.0" [dependencies.light-hasher] version = "1.1.0" features = ["solana"] [dependencies.light-heap] version = "1.1.0" optional = true [dependencies.light-indexed-merkle-tree] version = "1.1.0" [dependencies.light-macros] version = "1.1.0" [dependencies.light-sdk-macros] version = "0.4.0" [dependencies.light-system-program] version = "1.2.0" features = ["cpi"] optional = true [dependencies.light-utils] version = "1.1.0" [dependencies.light-verifier] version = "1.1.0" features = ["solana"] [dependencies.num-bigint] version = "0.4.6" [dependencies.solana-program] version = "=1.18.22" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.light-hash-set] version = "1.2.0" features = ["solana"] [dev-dependencies.light-indexed-merkle-tree] version = "1.1.0" [dev-dependencies.light-merkle-tree-reference] version = "1.1.0" [dev-dependencies.light-prover-client] version = "1.2.0" [dev-dependencies.num-bigint] version = "0.4.6" [dev-dependencies.num-traits] version = "0.2.19" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.solana-banks-interface] version = "=1.18.22" [dev-dependencies.solana-cli-output] version = "=1.18.22" [dev-dependencies.solana-program-test] version = "=1.18.22" [dev-dependencies.tokio] version = "1.39.1" features = [ "rt", "macros", "rt-multi-thread", ] [features] bench-sbf = [] cpi = ["no-entrypoint"] custom-heap = ["light-heap"] default = ["custom-heap"] idl-build = ["anchor-lang/idl-build"] legacy = [ "account-compression", "light-system-program", ] mem-profiling = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] test-sbf = [] [target."cfg(not(target_os = \"solana\"))".dependencies.solana-sdk] version = "=1.18.22"