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