# 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. [package] edition = "2021" name = "agsol-gold-contract" version = "0.0.0-alpha" authors = ["Agora DAO "] description = "gold.xyz smart contract" license = "MIT" repository = "https://github.com/agoraxyz/gold-rust" [lib] name = "agsol_gold_contract" crate-type = ["cdylib", "lib"] [dependencies.agsol-borsh-schema] version = "0.0.1" [dependencies.agsol-common] version = "0.2.0" features = ["derive"] [dependencies.agsol-token-metadata] version = "0.0.0-alpha" features = ["no-entrypoint"] [dependencies.borsh] version = "0.9.0" [dependencies.borsh-derive] version = "0.9.0" [dependencies.num-derive] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.solana-program] version = "1.9.0" [dependencies.spl-token] version = "3.3.0" features = ["no-entrypoint"] [dev-dependencies.agsol-testbench] version = "0.0.1-alpha.1" [dev-dependencies.solana-sdk] version = "1.9.0" [features] client = [] test-bpf = ["client", "num-derive", "num-traits"]