# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. cargo-features = ["workspace-inheritance"] [package] edition = "2021" name = "shadow-nft-standard" version = "0.1.1" authors = [ "Cavey Cool ", "Tracy Adams ", "Sarah Strange ", ] description = "The Shadow NFT Standard program, by GenesysGo" license = "Apache-2.0" repository = "https://github.com/genesysgo/shadow-nft-standard" resolver = "1" [lib] name = "shadow_nft_standard" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.27.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.27.0" features = [ "token", "associated_token", ] default-features = false [dependencies.bs58] version = "0.5.0" features = ["alloc"] default-features = false [dependencies.num-format] version = "0.4.4" optional = true default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.shadow-nft-common] version = "0.1.1" [dependencies.spl-associated-token-account] version = "1.1.3" features = ["no-entrypoint"] [dependencies.spl-token-2022] version = "0.6.1" optional = true [dependencies.strum] version = "0.24.1" features = ["derive"] [features] cpi = ["no-entrypoint"] default = [ "verbose", "use-token-2022", ] no-entrypoint = [] no-idl = [] no-log-ix-name = [] use-token-2022 = ["spl-token-2022"] verbose = ["num-format"]