# 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-boss" version = "0.9.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-boss" [lib] name = "yy_boss" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "2.33" [dependencies.image] version = "0.23.14" [dependencies.log] version = "0.4" [dependencies.log-panics] version = "2.0" [dependencies.maplit] version = "1.0" [dependencies.once_cell] version = "1.4" [dependencies.regex] version = "1.3" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = [ "arbitrary_precision", "preserve_order", ] [dependencies.serde_yaml] version = "0.8" [dependencies.simple-logging] version = "2.0" [dependencies.strum] version = "0.22" [dependencies.strum_macros] version = "0.22" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dependencies.yy-typings] version = "0.7.5" [dev-dependencies.console] version = "0.15" [dev-dependencies.include_dir] version = "0.6" features = ["search"] [dev-dependencies.pretty_assertions] version = "1"