# 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 = "2018" name = "draffle" version = "0.1.0" description = "dRaffle program" license = "MIT" [lib] name = "draffle" crate-type = ["cdylib", "lib"] doctest = false [dependencies.anchor-lang] version = "0.17.0" [dependencies.anchor-spl] version = "0.17.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.bytemuck] version = "1.4.0" [dev-dependencies.solana-program-test] version = "1.7.11" [dev-dependencies.solana-sdk] version = "1.7.11" [dev-dependencies.spl-associated-token-account] version = "1.0.2" features = ["no-entrypoint"] [dev-dependencies.spl-token] version = "3.1.1" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = ["production"] no-entrypoint = [] no-idl = [] production = []