# 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-system-program" version = "1.2.0" description = "ZK Compression on Solana" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [lib] name = "light_system_program" crate-type = [ "cdylib", "lib", ] [dependencies.account-compression] version = "1.2.0" features = ["cpi"] [dependencies.aligned-sized] version = "1.1.0" [dependencies.anchor-lang] version = "=0.29.0" [dependencies.groth16-solana] version = "0.0.3" [dependencies.light-concurrent-merkle-tree] version = "1.1.0" [dependencies.light-hasher] version = "1.1.0" [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-utils] version = "1.1.0" [dependencies.light-verifier] version = "1.1.0" features = ["solana"] [dependencies.solana-security-txt] version = "1.1.0" [dev-dependencies.rand] version = "0.8.5" [features] bench-sbf = [] cpi = ["no-entrypoint"] custom-heap = ["light-heap"] default = [ "custom-heap", "idl-build", ] idl-build = ["anchor-lang/idl-build"] mem-profiling = [] no-entrypoint = [] no-log-ix-name = [] test-sbf = [] [target."cfg(not(target_os = \"solana\"))".dependencies.solana-sdk] version = "=1.18.22"