# 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-applying" version = "0.31.0" authors = ["Maico Leberle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Logic for validating and applying new blocks and txs to the chain state" homepage = "https://github.com/MaicoLeberle/pallas" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/MaicoLeberle/pallas" [lib] name = "pallas_applying" path = "src/lib.rs" doctest = false [[test]] name = "alonzo" path = "tests/alonzo.rs" [[test]] name = "babbage" path = "tests/babbage.rs" [[test]] name = "byron" path = "tests/byron.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "shelley_ma" path = "tests/shelley_ma.rs" [dependencies.hex] version = "0.4" [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.pallas-traverse] version = "=0.31.0" [dependencies.rand] version = "0.8" [dev-dependencies.hex] version = "0.4"