[dependencies.anchor-lang]
version = ">=0.21"
[dependencies.anchor-spl]
version = ">=0.21"
[dependencies.num-traits]
version = "0.2"
[dependencies.vipers]
version = "1.5.9"
[dev-dependencies.proptest]
version = "1.0.0"
[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
[lib]
crate-type = ["cdylib", "lib"]
name = "yi"
path = "src/lib.rs"
[package]
authors = ["Jennifer Zhang <jen@crate.so>"]
description = "Yi Token by Crate Protocol: the standard for auto-compounding single token staking pools."
edition = "2021"
homepage = "https://crate.so"
keywords = ["solana", "anchor", "crate"]
license = "AGPL-3.0"
name = "yi"
repository = "https://github.com/CrateProtocol/yi"
version = "0.1.3"