# 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 = "ashscript-types" version = "0.5.0" authors = ["Ashscript Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types for Ashcript Game game and action states" homepage = "https://github.com/Ashscript-Game/ashscript-types" readme = false license = "MIT OR Apache-2.0" [lib] name = "ashscript_types" path = "src/lib.rs" [dependencies.enum-map] version = "2.7.3" features = ["serde"] [dependencies.enum_dispatch] version = "0.3.13" [dependencies.glam] version = "0.27.0" [dependencies.hashbrown] version = "0.15.0" features = ["serde"] [dependencies.hexx] version = "0.18.0" features = ["serde"] [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.uuid] version = "1.10.0" features = ["serde"]