# 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 = "gauge" version = "0.4.1" authors = ["Quarry Team "] description = "Allows Tribeca Voting Escrows to vote on token allocations between different Quarries." homepage = "https://quarry.so" keywords = ["solana", "anchor", "governance", "tribeca", "quarry"] license = "AGPL-3.0" repository = "https://github.com/QuarryProtocol/gauge" [lib] name = "gauge" crate-type = ["cdylib", "lib"] path = "src/lib.rs" [dependencies.anchor-lang] version = ">=0.22, <=0.24" [dependencies.anchor-spl] version = ">=0.22, <=0.24" [dependencies.locked-voter] version = "^0.5" features = ["cpi"] [dependencies.num-traits] version = "0.2" [dependencies.quarry-mine] version = "^5" features = ["cpi"] [dependencies.quarry-operator] version = "^5" features = ["cpi"] [dependencies.u128] version = "0.1" [dependencies.vipers] version = "^2.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []