# 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-utxorpc" version = "0.31.0" authors = ["Santiago Carmuega "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pallas interoperability with the UTxORPC spec" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-utxorpc" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_utxorpc" path = "src/lib.rs" [dependencies.pallas-applying] 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.prost-types] version = "0.13.1" [dependencies.utxorpc-spec] version = "0.11.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.120"