mpl-fixed-price-sale 0.4.0

Created with Anchor
[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.26.0"

[dependencies.anchor-spl]
version = "0.26.0"

[dependencies.mpl-token-metadata]
features = ["no-entrypoint"]
version = "1.7"

[dependencies.spl-token]
version = "3.5.0"
[dev-dependencies.anchor-client]
version = "0.26.0"

[dev-dependencies.solana-program]
version = "1.14"

[dev-dependencies.solana-program-test]
version = "1.14"

[dev-dependencies.solana-sdk]
version = "1.14"

[dev-dependencies.spl-associated-token-account]
version = "1.1.1"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
test-bpf = []

[lib]
crate-type = ["cdylib", "lib"]
name = "mpl_fixed_price_sale"

[package]
description = "Created with Anchor"
documentation = "https://docs.metaplex.com/"
edition = "2018"
homepage = "https://docs.metaplex.com/"
license-file = "LICENSE"
name = "mpl-fixed-price-sale"
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
version = "0.4.0"
[profile.release]
overflow-checks = true