# 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 = "vipers" version = "2.0.6" authors = ["Saber Team "] description = "Assorted checks and validations for writing safer Solana programs." homepage = "https://saber.so" readme = "../README.md" keywords = ["solana", "saber", "anchor"] license = "Apache-2.0" repository = "https://github.com/saber-hq/vipers" [dependencies.anchor-lang] version = ">=0.22, <=0.25" [dependencies.anchor-spl] version = ">=0.22, <=0.25" [dependencies.num-traits] version = "^0.2.14" [dependencies.spl-associated-token-account] version = "^1.0.3" features = ["no-entrypoint"] optional = true [dev-dependencies.spl-token] version = "^3" features = ["no-entrypoint"] [dev-dependencies.static-pubkey] version = "^1.0.2" [features] ata = ["spl-associated-token-account"] default = []