# 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] edition = "2018" name = "roll-rs" version = "0.3.0" authors = ["Victor Roest ", "jonay2000 "] description = "Dice rolling library supporting full dice notation" keywords = ["dice"] license = "EUPL-1.2" repository = "https://github.com/finitum/roll-rs" [lib] crate-type = ["rlib", "cdylib"] path = "src/lib.rs" [[bin]] name = "roll" path = "src/main.rs" [dependencies.rand_core] version = "0.5" features = ["getrandom"] [dev-dependencies.bnf] version = "0.3"