# 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-resources" version = "0.10.3" authors = ["Tim Roberts "] description = "Handle based resource management and shared state" documentation = "https://lib.rs/ivy-resources" readme = "../README.md" keywords = ["resources", "handle", "shared", "state"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.atomic_refcell] version = "0.1.8" [dependencies.derive_more] version = "0.99.17" [dependencies.hecs] version = "0.7.3" [dependencies.hecs-schedule] version = "0.5.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.slotmap] version = "1.0.6" [dependencies.smallvec] version = "1.7.0" [dependencies.thiserror] version = "1.0.30" [features] default = [] serialize = ["serde"]