# 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 = "world-map-gen" version = "0.1.1" authors = ["rhysd "] include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE.txt"] description = "Command line tool and library to generate random game world maps for both Rust and WebAssembly" readme = "README.md" categories = ["command-line-utilities", "rendering", "wasm"] license = "MIT" repository = "https://github.com/rhysd/world-map-gen" [package.metadata.release] no-dev-version = true [lib] crate-type = ["cdylib", "lib"] [[bin]] name = "world-map-gen" path = "src/main.rs" [dependencies.cfg-if] version = "0.1.9" [dependencies.clap] version = "2.33.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.serde] version = "1.0.91" [dependencies.serde_derive] version = "1.0.91" [dependencies.serde_json] version = "1.0.39" [dependencies.term_size] version = "0.3.1" [dependencies.termcolor] version = "1.0.4" [dependencies.termcolor2rgb] version = "1.0.1" [dev-dependencies.cargo-husky] version = "1.3.0" [features] default = [] wasm_debug = ["console_error_panic_hook", "web-sys"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand] version = "0.6.5" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.rand] version = "0.6.5" features = ["wasm-bindgen"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.44" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.21" features = ["console"] optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4.4" optional = true [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.2.44" [badges.appveyor] repository = "rhysd/world-map-gen" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "rhysd/world-map-gen"