# 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 = "save-token" version = "0.1.3" authors = ["Tribeca Team "] description = "SAVE Token: A Simple Agreement for Vote-Escrowed Tokens." homepage = "https://tribeca.so" keywords = ["solana", "anchor", "governance", "tribeca"] license = "AGPL-3.0" repository = "https://github.com/TribecaHQ/tribeca" [lib] name = "save_token" crate-type = ["cdylib", "lib"] path = "src/lib.rs" [dependencies.anchor-lang] version = "^0.22" [dependencies.anchor-spl] version = "^0.22" [dependencies.locked-voter] version = "^0.5.1" features = ["cpi"] [dependencies.num-traits] version = "0.2" [dependencies.vipers] version = "^2.0" [dependencies.yi] version = "^0.3.0" features = ["cpi"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []