# 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 = "loopring_sign" version = "0.1.4" description = "This crate generates an eddsa signature for loopring" readme = "README.md" license = "MIT" repository = "https://github.com/tainnhan/loopring_sign" [dependencies.blake2b_simd] version = "1.0.2" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.0.2" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.17" [dependencies.percent-encoding] version = "2.3.0" [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.8" [dependencies.url] version = "2.4.1"