[package] name = "lottery-simple" version = "0.1.0" description = "A PoWH (Proof of Weak Hands) token with bonding curve" edition = "2021" [lib] crate-type = ["cdylib", "lib"] name = "lottery_simple" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"] default = ["no-idl"] [profile.release] opt-level = 'z' lto = true codegen-units = 1 panic = 'abort' [dependencies] anchor-lang = { version = "0.31.0", features = ["init-if-needed"] } anchor-spl = "0.31.0"