[package] name = "hbpasta-rs" description = "Hashblock Pasta Keys" version = "0.1.0" edition = "2021" license = "WTFPL" homepage = "https://github.com/hashblock/hbpasta-rs" repository = "https://github.com/hashblock/hbpasta-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bs58 = "0.4.0" pasta_curves = "0.4.0" rand = "0.8.5" [lib] crate-type = ["cdylib", "rlib"]