# 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-crypto" version = "0.31.0" authors = [ "Nicolas Di Prima ", "Andrew Westberg ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptographic primitives for Cardano" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-crypto" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_crypto" path = "src/lib.rs" [dependencies.cryptoxide] version = "0.4.4" [dependencies.hex] version = "0.4" [dependencies.pallas-codec] version = "=0.31.0" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0.143" [dependencies.thiserror] version = "1.0" [dependencies.zeroize] version = "1.8.1" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_test] version = "1.0.143"