# 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 = "mc_sim" version = "0.1.0" authors = ["Alexei Barnes "] include = ["src/", "readme.md", "LICENSE-WTFPL", "LICENSE-MIT", "LICENSE-APACHE"] description = "A simulator for minecraft speed runs, as that pertains to the Dream cheating scandal." readme = "readme.md" keywords = ["minecraft", "simulation", "dream"] categories = ["simulation"] license = "WTFPL OR MIT OR Apache-2.0" repository = "https://github.com/alexei-b/mc_sim" [lib] name = "mc_sim" [dependencies.cached] version = "0.22.0" [dependencies.fraction] version = "0.8.0" [dependencies.humantime] version = "2.0.1" [dependencies.quick-error] version = "2.0.0" [dependencies.rand] version = "0.8.0" [dependencies.serde] version = "1.0.118" [dependencies.serde_derive] version = "1.0.118" [dependencies.statrs] version = "0.13.0" [dev-dependencies.csv] version = "1.1.5" [dev-dependencies.structopt] version = "0.3.21"