# 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 = "dip_bundle" version = "0.2.1" description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust." homepage = "https://github.com/diptools/dip/" documentation = "https://docs.rs/dip/latest/dip/" keywords = [ "declarative-ui", "ecs", "bevy", "dioxus", "cross-platform", ] license = "MIT OR Apache-2.0" repository = "https://github.com/diptools/dip/" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.8" default-features = false [dependencies.bytes] version = "1" [dependencies.cmd_lib] version = "1" [dependencies.config] version = "0.13" [dependencies.convert_case] version = "0.5" [dependencies.dip_core] version = "0.2" [dependencies.dip_macro] version = "0.2" [dependencies.dirs] version = "4.0" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.pathdiff] version = "0.2" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1.18" features = [ "rt-multi-thread", "sync", "macros", "fs", ] default-features = false [dependencies.walkdir] version = "2" [features] brew = [] default = ["full"] dotfiles = [] full = [ "brew", "dotfiles", "nodejs", "scripts", "tailwindcss", "vm", ] nodejs = [] scripts = [] tailwindcss = [] vm = []