# 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 = "tensor-vipers" version = "1.0.1" authors = ["Saber Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Assorted checks and validations for writing safer Solana programs. Updated from the original Vipers crate to use Anchor 0.29.0." homepage = "https://saber.so" readme = "README.md" keywords = [ "solana", "saber", "anchor", ] license = "Apache-2.0" repository = "https://github.com/saber-hq/vipers" [lib] name = "tensor_vipers" path = "src/lib.rs" [dependencies.anchor-lang] version = "0.29.0" [dependencies.anchor-spl] version = "0.29.0" [dependencies.num-traits] version = "^0.2.14" [dependencies.spl-associated-token-account] version = ">= 1.1.3, < 3.0" features = ["no-entrypoint"] optional = true [dev-dependencies.spl-token] version = "^3" features = ["no-entrypoint"] [dev-dependencies.static-pubkey] version = "^1.0.3" [features] ata = ["spl-associated-token-account"] default = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]