# 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-wallet" version = "0.28.0" authors = ["Santiago Carmuega "] description = "Cardano wallet utilities such as key generation" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [dependencies.bech32] version = "0.9.1" [dependencies.bip39] version = "2.0.0" features = ["rand_core"] [dependencies.cryptoxide] version = "0.4.4" [dependencies.ed25519-bip32] version = "0.4.1" [dependencies.pallas-crypto] version = "=0.28.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.49"