# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cargo-geng" version = "0.15.0" authors = ["kuviman "] description = "Game ENGine" homepage = "https://geng.kuviman.com" readme = "README.md" keywords = [ "game", "engine", "gamedev", "geng", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/geng-engine/geng" [features] default = [] wast-opt = ["dep:wasm-opt"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.anyhow] version = "1" features = ["backtrace"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cargo_metadata] version = "0.15" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "4" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.fs_extra] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper] version = "0.14" features = [ "server", "http1", "tcp", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-staticfile] version = "0.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.open] version = "3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde] version = "1" features = [ "derive", "rc", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_json] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = [ "rt-multi-thread", "full", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasm-bindgen-cli-support] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasm-opt] version = "0.110" optional = true