27 lines
653 B
TOML
27 lines
653 B
TOML
[package]
|
|
name = "pallas-crypto"
|
|
description = "Cryptographic primitives for Cardano"
|
|
version = "0.13.2"
|
|
edition = "2021"
|
|
repository = "https://github.com/txpipe/pallas"
|
|
homepage = "https://github.com/txpipe/pallas"
|
|
documentation = "https://docs.rs/pallas-crypto"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
authors = [
|
|
"Nicolas Di Prima <nicolas@primetype.co.uk>"
|
|
]
|
|
|
|
[dependencies]
|
|
hex = "0.4"
|
|
cryptoxide = { version = "0.4.1" }
|
|
thiserror = "1.0"
|
|
rand_core = "0.6"
|
|
pallas-codec = { version = "0.13.0", path = "../pallas-codec" }
|
|
serde = "1.0.143"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "1.0"
|
|
quickcheck_macros = "1.0"
|
|
rand = "0.8"
|
|
serde_test = "1.0.143"
|