[package] name = "snapshots" version = "0.2.8" description = "Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances." edition = "2021" homepage = "https://saber.so" repository = "https://github.com/saber-hq/snapshots" authors = ["Ian Macalinao "] license = "AGPL-3.0" keywords = ["solana", "anchor", "governance", "saber", "tribeca"] [lib] crate-type = ["cdylib", "lib"] name = "snapshots" path = "src/lib.rs" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = ">=0.22, <=0.24" anchor-spl = ">=0.22, <=0.24" locked-voter = { version = "^0.5", features = ["cpi"] } num-traits = "0.2" snapshots-math = { version = "^0.2", path = "./math" } u128 = "0.1.0" vipers = "^2.0" [dev-dependencies] proptest = "1.0.0"