distributed-cards 0.3.2

Implements the mental poker shuffling algorithm
Documentation
[package]
name = "distributed-cards"
version = "0.3.2"
authors = ["Manuel Bucher <dev@manuelbucher.com>"]
edition = "2018"

license = "LGPL-3.0"
description = "Implements the mental poker shuffling algorithm"
documentation = "https://docs.rs/distributed-cards"
repository = "https://gitlab.com/manuelbucher/distributed-cards/"
keywords = ["Mental", "poker"]

[dependencies]

base64 = "0.13.0"
uuid = { version = "0.8.2", features = ["serde"] }
rand = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

num-bigint-dig = { version = "0.7.0", features = ["prime", "serde"], default-features = false }
num-integer = "0.1.44"