# 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" rust-version = "1.59" name = "solarti-anchor-lang" version = "0.26.1" authors = [ "Miraplexer ", "Serum Foundation ", ] description = "Miraland Sealevel eDSL" license = "Apache-2.0" repository = "https://github.com/miraland-labs/anchor" [lib] name = "anchor_lang" crate-type = ["lib"] [dependencies.anchor-attribute-access-control] version = "0.26.0" [dependencies.anchor-attribute-account] version = "0.26.0" [dependencies.anchor-attribute-constant] version = "0.26.0" [dependencies.anchor-attribute-error] version = "0.26.0" [dependencies.anchor-attribute-event] version = "0.26.0" [dependencies.anchor-attribute-interface] version = "0.26.0" [dependencies.anchor-attribute-program] version = "0.26.0" [dependencies.anchor-attribute-state] version = "0.26.0" [dependencies.anchor-derive-accounts] version = "0.26.0" [dependencies.arrayref] version = "0.3.6" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "1.2.1" features = [ "derive", "unstable__schema", ] [dependencies.bytemuck] version = "1.4.0" [dependencies.miraland-program] version = "1.18.2" [dependencies.thiserror] version = "1.0.20" [features] allow-missing-optionals = ["anchor-derive-accounts/allow-missing-optionals"] anchor-debug = [ "anchor-attribute-access-control/anchor-debug", "anchor-attribute-account/anchor-debug", "anchor-attribute-constant/anchor-debug", "anchor-attribute-error/anchor-debug", "anchor-attribute-event/anchor-debug", "anchor-attribute-interface/anchor-debug", "anchor-attribute-program/anchor-debug", "anchor-attribute-program/anchor-debug", "anchor-attribute-state/anchor-debug", "anchor-derive-accounts/anchor-debug", ] default = [] derive = [] init-if-needed = ["anchor-derive-accounts/init-if-needed"]