# 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 = "2018" name = "distributed-cards" version = "0.5.2" authors = ["Manuel Bucher "] description = "Implements the mental poker shuffling algorithm" documentation = "https://docs.rs/distributed-cards" keywords = [ "Mental", "poker", ] license = "LGPL-3.0" repository = "https://gitlab.com/manuelbucher/distributed-cards/" [dependencies.base64] version = "0.13.0" [dependencies.num-bigint-dig] version = "0.8.1" features = [ "prime", "serde", ] default-features = false [dependencies.num-integer] version = "0.1.45" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.uuid] version = "1.1.2" features = ["serde"]