# 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" rust-version = "1.65.0" name = "race-solana-types" version = "0.0.10" authors = ["RACE Foundation "] publish = true description = "Type definitions for Race Solana integration" homepage = "https://race-protocol.pages.dev" documentation = "https://docs.rs/race" readme = "README.md" keywords = ["blockchain"] license = "MPL-2.0" repository = "https://github.com/RACE-Game/race" [dependencies.borsh] version = "0.9.3" [dependencies.solana-program] version = "1.14.18" optional = true [dependencies.solana-sdk] version = "1.14.18" optional = true [dependencies.spl-associated-token-account] version = "1.1.2" [dependencies.spl-token] version = "3.5.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0.35" [dev-dependencies.anyhow] version = "1.0.64" [features] default = ["program"] program = ["dep:solana-program"] sdk = ["dep:solana-sdk"]