# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "renvm-sig" version = "0.1.1" authors = ["Rohit Narurkar "] description = "A library to construct mock RenVM signatures for cross-chain lock-and-mint operations" license = "GPL-3.0" [dependencies.borsh] version = "0.8.1" [dependencies.derive_builder] version = "0.9.0" [dependencies.digest] version = "0.9.0" [dependencies.libsecp256k1] version = "0.3.5" [dependencies.rand] version = "0.7.3" [dependencies.rustc-hex] version = "2.1.0" [dependencies.serde] version = "1.0.100" [dependencies.sha3] version = "0.9.1" [dependencies.thiserror] version = "1.0" [dependencies.tiny-keccak] version = "2.0.0" features = ["keccak", "sha3"]