# 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.68" name = "libreplex_inscriptions" version = "0.5.1" description = "Inscriptions from LibrePlex" license = "MIT" repository = "https://github.com/LibrePlex/libreplex-program-library" [lib] name = "libreplex_inscriptions" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-attribute-event] version = "0.30.0" [dependencies.anchor-derive-accounts] version = "0.30.0" [dependencies.anchor-lang] version = "~0.30" features = ["init-if-needed"] [dependencies.anchor-spl] version = "~0.30" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.mocha] version = "0.1.1" [dev-dependencies.solana-program] version = "1.17.13" [dev-dependencies.solana-program-test] version = "1.17.13" [dev-dependencies.solana-sdk] version = "1.17.13" [features] allow-missing-optionals = ["anchor-derive-accounts/allow-missing-optionals"] anchor-debug = [ "anchor-attribute-event/anchor-debug", "anchor-derive-accounts/anchor-debug", ] cpi = ["no-entrypoint"] default = [] derive = [] event-cpi = ["anchor-attribute-event/event-cpi"] idl-build = [ "anchor-lang/idl-build", "anchor-spl/idl-build", ] init-if-needed = ["anchor-derive-accounts/init-if-needed"] no-entrypoint = [] no-idl = [] no-log-ix-name = []