# 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 = "quarry-mine-ntoken" version = "5.0.3" authors = ["Quarry Protocol "] description = "Distributes liquidity mining rewards to token stakers" homepage = "https://quarry.so" keywords = [ "solana", "quarry", ] license = "AGPL-3.0" repository = "https://github.com/QuarryProtocol/quarry" [lib] name = "quarry_mine" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = ">=0.22, <=0.24" [dependencies.anchor-spl] version = ">=0.22, <=0.24" [dependencies.num-traits] version = "0.2.14" [dependencies.quarry-mint-wrapper-ntoken] version = "5.0.3" features = ["cpi"] [dependencies.solana-security-txt] version = "1.0.1" [dependencies.spl-math] version = "0.1.0" features = ["no-entrypoint"] [dependencies.u128] version = "0.1.0" [dependencies.vipers] version = "^2.0" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8.4" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []