# 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 = "oxygengine-ignite" version = "0.46.1" authors = ["Patryk 'PsichiX' Budzynski "] description = "CLI app used to setup and develop Oxygengine projects" homepage = "https://github.com/PsichiX/oxygengine" documentation = "https://docs.rs/oxygengine-ignite" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PsichiX/oxygengine" resolver = "1" [dependencies.bincode] version = "1" [dependencies.cargo_metadata] version = "0.15" [dependencies.chrobry-core] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dirs] version = "5" [dependencies.fs_extra] version = "1.1" [dependencies.hotwatch] version = "0.4" [dependencies.ignore] version = "0.4" [dependencies.open] version = "4" [dependencies.oxygengine-build-tools] version = "0.46" [dependencies.pathdiff] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.toml] version = "0.7" [dependencies.warp] version = "0.3" [dependencies.wasm-pack] version = "0.12" default-features = false [dependencies.which] version = "4.2"