# 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 = "2018" name = "vrsc" version = "0.0.1" authors = ["jorian"] description = "a library for Verus types" keywords = ["crypto", "bitcoin", "verus"] license = "MIT" [dependencies.bitcoin] version = "0.26.2" [dependencies.bitcoin_hashes] version = "0.10" [dependencies.secp256k1] version = "0.19.0" features = ["recovery"] [dependencies.serde] version = "1"