# 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 = "pallas-traverse" version = "0.31.0" authors = ["Santiago Carmuega "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities to traverse over multi-era block data" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-traverse" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_traverse" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.pallas-addresses] version = "=0.31.0" [dependencies.pallas-codec] version = "=0.31.0" [dependencies.pallas-crypto] version = "=0.31.0" [dependencies.pallas-primitives] version = "=0.31.0" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.155" [dependencies.thiserror] version = "1.0.31" [features] unstable = []