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