[package] name = "frac-missions" version = "0.1.6" description = "Created with Anchor" edition = "2018" license = "AGPL-3.0" [lib] crate-type = ["cdylib", "lib"] name = "frac_missions" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] frac-stake = { version = "0.1.1", features = ["cpi"] } solana-program = "1.10.41" anchor-lang = { version = "0.28.0", features = ["init-if-needed"] } mpl-token-metadata = { version = "1.13.2-beta.1", features = ["no-entrypoint"] } mpl-token-auth-rules = "1.4.3-beta.1" anchor-spl = "0.28.0" thiserror = "1.0.30" pyth-client = "0.2.2" serde_json = "1.0" borsh = "0.9.2" serde = "1.0" flate2 = "1.0" spl-token = { version = "3.1.1", features = ["no-entrypoint"] } spl-associated-token-account = "1.1.2" spl-token-2022 = "0.7.0"