# 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 = "ow_blob_codec" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert xml files to EIP4844 BLOB" readme = "README.md" license = "MIT" [lib] name = "ow_blob_codec" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.c-kzg] version = "1.0.3" [dependencies.miniz_oxide] version = "0.8.0" [dependencies.quick-xml] version = "0.36.2"