snapshots 0.2.7

Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances.
Documentation
[dependencies.anchor-lang]
version = "^0.22"

[dependencies.anchor-spl]
version = "^0.22"

[dependencies.locked-voter]
features = ["cpi"]
version = "^0.5"

[dependencies.num-traits]
version = "0.2"

[dependencies.snapshots-math]
version = "^0.2"

[dependencies.u128]
version = "0.1.0"

[dependencies.vipers]
version = "^2.0"
[dev-dependencies.proptest]
version = "1.0.0"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []

[lib]
crate-type = ["cdylib", "lib"]
name = "snapshots"
path = "src/lib.rs"

[package]
authors = ["Ian Macalinao <ian@ship.capital>"]
description = "Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances."
edition = "2021"
homepage = "https://saber.so"
keywords = ["solana", "anchor", "governance", "saber", "tribeca"]
license = "AGPL-3.0"
name = "snapshots"
repository = "https://github.com/saber-hq/snapshots"
version = "0.2.7"