# 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-hardano" version = "0.31.0" authors = ["Santiago Carmuega "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pallas interoperability with the Haskel Cardano node implementation" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-hardano" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_hardano" path = "src/lib.rs" [dependencies.binary-layout] version = "3.2.0" [dependencies.pallas-network] version = "=0.31.0" [dependencies.pallas-traverse] version = "=0.31.0" [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.49" [dependencies.tracing] version = "0.1.40" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.tracing-subscriber] version = "0.3.17"