# 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-compressed-token" version = "1.2.0" description = "Generalized token compression on Solana" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [lib] name = "light_compressed_token" crate-type = [ "cdylib", "lib", ] [dependencies.account-compression] version = "1.2.0" features = [ "cpi", "no-idl", ] [dependencies.aligned-sized] version = "1.1.0" [dependencies.anchor-lang] version = "=0.29.0" [dependencies.anchor-spl] version = "=0.29.0" [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.solana-security-txt] version = "1.1.0" [dependencies.spl-token] version = "=4.0.0" features = ["no-entrypoint"] [dev-dependencies.rand] version = "0.8.5" [features] bench-sbf = [] cpi = ["no-entrypoint"] cpi-context = [] custom-heap = ["light-heap"] default = [ "custom-heap", "idl-build", ] idl-build = [ "anchor-lang/idl-build", "anchor-spl/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"