# 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-txbuilder" version = "0.31.0" authors = [ "Santiago Carmuega ", "CainĂ£ Costa ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ergonomic Cardano transaction builder" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-txbuilder" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_txbuilder" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [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.pallas-wallet] version = "=0.31.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.44"