# 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 = "ore-program" version = "1.2.1" description = "Ore is a digital currency you can mine from anywhere, at home or on your phone." homepage = "https://ore.supply" documentation = "https://ore.supply" readme = "./README.md" keywords = [ "solana", "crypto", "mining", ] license = "Apache-2.0" repository = "https://github.com/hardhatchad/ore" [lib] name = "ore" crate-type = [ "cdylib", "lib", ] [dependencies.bs58] version = "0.5.0" [dependencies.bytemuck] version = "1.14.3" [dependencies.mpl-token-metadata] version = "4.1.2" [dependencies.num_enum] version = "0.7.2" [dependencies.shank] version = "0.3.0" [dependencies.solana-program] version = "^1.16" [dependencies.spl-associated-token-account] version = "^2.2" features = ["no-entrypoint"] [dependencies.spl-token] version = "^4" features = ["no-entrypoint"] [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.bs64] version = "0.1.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.solana-program-test] version = "^1.16" [dev-dependencies.solana-sdk] version = "^1.16" [dev-dependencies.tokio] version = "1.35" features = ["full"] [features] default = [] no-entrypoint = []