# 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 = "ldtk-codegen" version = "1.0.2" authors = ["InfiniteCoder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate typed rust code from LDtk Project" readme = "README.md" keywords = [ "gamedev", "LDtk", "codegen", ] categories = [ "api-bindings", "command-line-utilities", "development-tools::ffi", "game-development", "game-engines", ] license = "Apache-2.0" repository = "https://github.com/InfiniteCoder01/ldtk-codegen/" [[bin]] name = "ldtk-codegen" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.codegen] version = "0.2.0" [dependencies.convert_case] version = "0.6.0" [dependencies.itertools] version = "0.11.0" [dependencies.num] version = "0.4.1" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.serde_json] version = "1.0.104"