| 1234567891011121314151617181920 |
- [package]
- name = "spl-token-metadata"
- version = "0.0.1"
- description = "Metaplex Metadata"
- authors = ["Metaplex Maintainers <maintainers@metaplex.com>"]
- repository = "https://github.com/metaplex-foundation/metaplex"
- license = "Apache-2.0"
- edition = "2018"
- [lib]
- crate-type = ["cdylib", "lib"]
- [features]
- no-entrypoint = []
- test-bpf = []
- [dependencies]
- borsh = "=0.9.1"
- solana-program = "=1.9.4"
- spl-token = { version = "=3.2.0", features = ["no-entrypoint"] }
|