[package]
edition = "2021"
name = "ton-crypto-primitives"
version = "0.1.0"
authors = ["Michał Mirończuk <michalmironczuk1@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TON crypto primitives"
documentation = "https://docs.rs/ton-crypto-primitives"
readme = false
keywords = [
"ton",
"blockchain",
"crypto",
"primitives",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/mirooon/ton-crypto-primitives"
[lib]
name = "ton_crypto_primitives"
path = "src/lib.rs"
[dependencies.hex]
version = "0.4.3"
[dependencies.hmac]
version = "0.12.1"
[dependencies.pbkdf2]
version = "0.12.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.sha2]
version = "0.10.8"