ton-crypto-primitives 0.1.0

TON crypto primitives
Documentation
# 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 = "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"