# 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.56" name = "cronos-anchor-lang" version = "0.24.2" authors = ["Serum Foundation "] description = "Solana Sealevel eDSL" license = "Apache-2.0" repository = "https://github.com/project-serum/anchor" [dependencies.anchor-attribute-access-control] version = "0.24.2" [dependencies.anchor-attribute-account] version = "0.24.2" [dependencies.anchor-attribute-constant] version = "0.24.2" [dependencies.anchor-attribute-error] version = "0.24.2" [dependencies.anchor-attribute-event] version = "0.24.2" [dependencies.anchor-attribute-interface] version = "0.24.2" [dependencies.anchor-attribute-program] version = "0.24.2" [dependencies.anchor-attribute-state] version = "0.24.2" [dependencies.anchor-derive-accounts] version = "0.24.2" [dependencies.arrayref] version = "0.3.6" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "0.9" [dependencies.bytemuck] version = "1.4.0" [dependencies.solana-program] version = "~1.9.13" [dependencies.thiserror] version = "1.0.20" [features] 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"]