# 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 = "solana-zipper" version = "1.0.3" authors = ["Cavey Cool "] description = "An Anti-Rug & Anti-Sandwich Primitive" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cavemanloverboy/zipper" resolver = "1" [lib] name = "zipper" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.25.0" [dependencies.anchor-spl] version = "0.25.0" [dependencies.seq-macro] version = "0.3.1" [dependencies.solana-security-txt] version = "1.0.1" [dependencies.zipper_macros] version = "1.0.0" [dev-dependencies.anchor-client] version = "0.25.0" [dev-dependencies.anyhow] version = "1.0.65" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.shellexpand] version = "2.1.2" [dev-dependencies.spl-associated-token-account] version = "1.0.5" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []