# 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 = "tx-from-scratch" version = "0.1.0" authors = ["David Kulman kulman.david@gmail.com"] description = "Library that allows you to create and sign ethereum legacy transactions from scratch" readme = "README.md" keywords = [ "ethereum", "transaction", "crypto", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/Kuly14/eth-tx-from-scratch" [dependencies.rlp] version = "0.5.2" [dependencies.secp256k1] version = "0.25.0" features = [ "default", "recovery", ] [dependencies.sha3] version = "0.10.6" [dev-dependencies.ethereum-types] version = "0.14.1" [dev-dependencies.jsonrpsee] version = "0.16.1" features = ["full"] [dev-dependencies.serde] version = "1.0.126" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.web3] version = "0.18.0" features = ["bytes"]