# 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 = "2018" name = "ivy-base" version = "0.10.3" authors = ["Tim Roberts "] description = "Base crate for the Ivy game engine" documentation = "https://lib.rs/ivy-base" readme = "./README.md" keywords = ["graphics", "physics", "game-engine", "game", "vulkan"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.anyhow] version = "1.0.52" [dependencies.crossbeam-channel] version = "0.5.2" optional = true [dependencies.derive-for] version = "1.2.2" [dependencies.derive_more] version = "0.99.17" [dependencies.downcast-rs] version = "1.2.0" [dependencies.flume] version = "0.10.10" [dependencies.glam] version = "0.20.2" [dependencies.hecs] version = "0.7.3" [dependencies.ivy-random] version = "0.10.0" [dependencies.ivy-resources] version = "0.10.0" [dependencies.log] version = "0.4.14" features = ["std"] [dependencies.palette] version = "0.6.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [features] default = [] serialize = ["serde", "glam/serde", "palette/serializing"]