# 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" rust-version = "1.57" name = "serlp" version = "0.3.1" authors = ["M4tsuri "] description = "A serde serializer and deserializer for RLP (Recursive Length Prefix) encoding." documentation = "https://docs.rs/serlp" readme = "README.md" keywords = [ "eth", "RLP", "serde", "serialize", ] categories = ["encoding"] license = "GPL-3.0" repository = "https://github.com/M4tsuri/serlp" resolver = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dev-dependencies.hex] version = "0.4.3"