# 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-registry" version = "1.2.0" description = "Light core protocol logic" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [lib] name = "light_registry" 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" features = ["init-if-needed"] [dependencies.anchor-spl] version = "=0.29.0" [dependencies.bytemuck] version = "1.17" [dependencies.light-hasher] version = "1.1.0" [dependencies.light-heap] version = "1.1.0" optional = true [dependencies.light-system-program] version = "1.2.0" features = ["cpi"] [dependencies.light-utils] version = "1.1.0" [dependencies.num-bigint] version = "0.4.5" [dependencies.num-traits] version = "0.2.19" [dependencies.solana-security-txt] version = "1.1.0" [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", "mem-profiling", ] mem-profiling = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] sdk = [] test-sbf = [] [target."cfg(not(target_os = \"solana\"))".dependencies.solana-sdk] version = "=1.18.22"