# 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 = "sighashdb" version = "0.1.42" authors = ["Tulip Protocol"] description = "sighashdb is a collection of anchor instruction sighashes commonly seen acrossa variety of anchor based programs" keywords = [ "solana", "anchor-lang", "sighash", ] license = "MIT/Apache-2.0" resolver = "1" [dependencies.hex] version = "0.4.3" optional = true [dev-dependencies.data-encoding] version = "2.3.2" [dev-dependencies.ring] version = "0.16.20" [features] atrix-farm = [] default = [ "reverse-get", "tulipv1-leverage-farm", "tulipv2", ] reverse-get = [] tulipv1-leverage-farm = [] tulipv2 = []