# 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 = "yy-typings" version = "0.7.5" authors = ["Jonathan Spira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of typings for GameMaker Studio 2 YY and YYP files" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/NPC-Studio/yy-typings" [lib] name = "yy_typings" path = "src/lib.rs" [[bench]] name = "speed" path = "benches/speed.rs" harness = false [dependencies.heck] version = "0.4.1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [ "preserve_order", "arbitrary_precision", ] [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "1.4" [dependencies.smart-default] version = "0.6" [dependencies.thiserror] version = "1.0.49" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dev-dependencies.bincode] version = "1.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.include_dir] version = "0.7.2" features = ["glob"] [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_assertions] version = "1.1"