# 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 = "kawala" version = "0.1.5" authors = ["Maka "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to view, manipulate and craft calldata." readme = "README.md" keywords = [ "blockchain", "evm", "blockchain-tool", "calldata", ] license = "MIT" repository = "https://github.com/0xmaka/kawala" [lib] name = "kawala" path = "src/lib.rs" [[example]] name = "basic_stream" path = "examples/basic_stream.rs" [[example]] name = "v2mod" path = "examples/v2mod.rs" [[test]] name = "bai_con" path = "tests/bai_con.rs" [[test]] name = "bytes" path = "tests/bytes.rs" [[test]] name = "calldata" path = "tests/calldata.rs" [[test]] name = "kwl32_util" path = "tests/kwl32_util.rs" [[test]] name = "signature" path = "tests/signature.rs" [[test]] name = "view" path = "tests/view.rs" [[test]] name = "word" path = "tests/word.rs" [dependencies] [features]