# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bustabit" version = "0.2.1" authors = ["Vladimir Ignatev "] description = "The utility for verification of Bustabit games." homepage = "https://github.com/vladignatyev/bustabit-rust" documentation = "https://docs.rs/bustabit/0.2.0/bustabit/" readme = "README.md" keywords = ["bustabit", "provably-fair", "game", "gambling"] categories = ["games", "cryptography", "simulation"] license = "MIT" repository = "https://github.com/vladignatyev/bustabit-rust.git" [lib] name = "bustabit" path = "src/lib.rs" test = true doctest = true doc = true [[bench]] name = "precise" harness = false [dependencies.byteorder] version = "1.3.1" [dependencies.hex] version = "0.3.2" [dependencies.hmac] version = "0.7.0" [dependencies.sha2] version = "0.8.0" [dev-dependencies.criterion] version = "0.2.9"