# 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 = "lazy-pregen" version = "0.1.4" authors = ["akr "] include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "README-SIMPLIFIED.md", "DOCUMENTATION.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "A Rust command line Minecraft Server wrapper used to pregenerate chunks." readme = "README-SIMPLIFIED.md" license = "MIT OR Apache-2.0" [dependencies.bincode] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.ctrlc] version = "3" [dependencies.failure] version = "0.1" [dependencies.fern] version = "0.5" [dependencies.log] version = "0.4" features = ["max_level_debug", "release_max_level_info"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.toml] version = "0.4"