[package]
name = 'jtm'
version = '0.1.4'
edition = '2018'
description = 'Just The Math Crypto Library'
repository = 'https://gitlab.com/cheako/jtm-rs.git'
homepage = 'https://gitlab.com/cheako/jtm-rs'
license = 'GPL-2.0-only'
[badges.gitlab]
repository = 'cheako/jtm-rs'
[dependencies]
num-bigint-dig = '0.8'
num-integer = '0.1'
num-traits = '0.2'
sha2 = '0.10'
hmac = '0.12'
base64 = '0.22'
serde = '1.0'
serde_derive = '1.0'