# 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 = "magicblock-delegation-program" version = "0.0.0" authors = ["Magicblock Labs "] description = "Delegation program for the Ephemeral Rollups" homepage = "https://www.magicblock.gg/" documentation = "https://docs.magicblock.gg/" readme = "./README.md" keywords = [ "solana", "crypto", "delegation", "ephemeral-rollups", "magicblock", ] license = "MIT" repository = "https://github.com/magicblock-labs/delegation-program" [lib] name = "dlp" crate-type = [ "cdylib", "lib", ] [dependencies.borsh] version = "0.10.3" [dependencies.bytemuck] version = "^1.14.3" [dependencies.num_enum] version = "^0.7.2" [dependencies.paste] version = "^1.0" [dependencies.solana-curve25519] version = "=2.0.14" [dependencies.solana-program] version = "^1.18.25" [dependencies.solana-security-txt] version = "1.1.1" optional = true [dependencies.thiserror] version = "^1.0.57" [dev-dependencies.base64] version = "0.22.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.solana-program-test] version = "^1.18.25" [dev-dependencies.solana-sdk] version = "^1.18.25" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [features] default = ["solana-security-txt"] no-entrypoint = []