# 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 = "umpire" version = "0.4.0" authors = ["Josh Hansen "] include = ["src/*", "README.md", "LICENSE", "doc/roadmap.md", "data/geonames_cities1000_2017-02-27_0201__pop-and-name.tsv.gz", "data/us-census/1990/givenname_rel_freqs.csv", "data/us-census/2010/surname_freqs.csv", "images/1945_Baseball_Umpire.txt"] default-run = "umpire" description = "Combat Quest of the Millennium" homepage = "https://github.com/joshhansen/Umpire" categories = ["games"] license = "GPL-3.0-only" repository = "https://github.com/joshhansen/Umpire" [[bench]] name = "explore" path = "benches/explore.rs" harness = false [[bench]] name = "grid" path = "benches/grid.rs" harness = false [[bench]] name = "nearest_adjacent_unobserved" path = "benches/nearest_adjacent_unobserved.rs" harness = false [[bench]] name = "wrapping" path = "benches/wrapping.rs" harness = false [dependencies.clap] version = "2.33.0" [dependencies.cpal] version = "0.10.0" [dependencies.crossterm] version = "0.16.0" [dependencies.csv] version = "1.1.3" [dependencies.failure] version = "0.1.6" [dependencies.flate2] version = "1.0.13" [dependencies.pastel] version = "0.7.0" [dependencies.pitch_calc] version = "0.11.1" [dependencies.rand] version = "0.7.3" [dependencies.sample] version = "0.10.0" [dependencies.synth] version = "0.11.0" [dependencies.unicode-segmentation] version = "1.6.0" [dev-dependencies.criterion] version = "0.3.1" [badges.travis-ci] repository = "joshhansen/Umpire"