# 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 = "kampu" version = "0.1.11" description = "Generic byte array parser function where you can define the structure/tree of the bytes in JSON, send it a byte array and get the parsed output in JSON." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ykasidit/kampu" [dependencies.bitter] version = "0.7.0" [dependencies.evalexpr] version = "11.3.0" [dependencies.hex] version = "0.4.3" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.32" features = ["preserve_order"]