# 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 = "hill_vacuum_lib" version = "0.2.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Main HillVacuum library" homepage = "https://github.com/IvoryDuke/hill_vacuum_lib" readme = "README.md" keywords = [ "gamedev", "mapeditor", "bevy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/IvoryDuke/hill_vacuum_lib" [lib] name = "hill_vacuum_lib" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" [dependencies.bevy] version = "0.13" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", "bevy_sprite", "bevy_winit", "multi-threaded", "png", "x11", "wayland", ] default-features = false [dependencies.bevy_egui] version = "0.27" features = [ "default_fonts", "render", ] default-features = false [dependencies.blink-alloc] version = "0.3" features = ["nightly"] optional = true [dependencies.ciborium] version = "0.2" [dependencies.configparser] version = "3.*" features = ["indexmap"] [dependencies.egui_extras] version = "0.27" [dependencies.hashbrown] version = "0.14" features = ["inline-more"] [dependencies.hill_vacuum_proc_macros] version = "0.2.6" [dependencies.hill_vacuum_shared] version = "0.2.6" [dependencies.is_executable] version = "1.*" [dependencies.paste] version = "1.*" [dependencies.rfd] version = "0.14" [dependencies.serde] version = "1.*" [dependencies.smallvec] version = "1.*" features = ["union"] [dependencies.threadpool] version = "1.*" [features] arena_alloc = [ "dep:blink-alloc", "hashbrown/nightly", ] debug = [ "bevy/bevy_gizmos", "bevy/dynamic_linking", ]