forked from Apocentre/anchor-metaplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
20 lines (18 loc) · 804 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "anchor-metaplex"
version = "0.7.0"
edition = "2021"
authors = ["Pavlos Polianidis <[email protected]>"]
repository = "https://github.com/Apocentre/anchor-metaplex"
description = "collection of helper numeric operation functions that allows seamless interaction of your Solana Anchor program with the Metaplex ecosystem"
homepage = "https://github.com/Apocentre/anchor-metaplex"
documentation = "https://docs.rs/anchor-metaplex/"
readme = "README.md"
keywords = ["solana", "blockchain", "anchor", "metaplex"]
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anchor-lang = "0.28.0"
anchor-spl = "0.28.0"
mpl-token-metadata = { version = "1.9.0", features = ["no-entrypoint"] }
spl-token = "4.0.0"