# 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 = "coin_flip_simulation" version = "0.2.2" authors = ["Alexander Cooper"] description = "A coin flipping simulation, in preperation for an upcoming probability crate. Intended to be used as a binary to run a simualtion of Bernoulli coin flips. Prints results in JSON." documentation = "https://docs.rs/coin_flip_simulation/0.2.2/coin_flip_simulation/" readme = "README.md" keywords = [ "simulation", "probability", "coin_flipping", "cli", "json", ] license = "MIT" repository = "https://github.com/oberon-git/coin_flip_simulation" [dependencies.rand] version = "0.8.5"