ltk_mod_project 0.3.0

Types and helpers for League Toolkit mod project definitions
Documentation
# 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 = "ltk_mod_project"
version = "0.3.0"
authors = ["LeagueToolkit"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and helpers for League Toolkit mod project definitions"
homepage = "https://github.com/LeagueToolkit/league-mod"
documentation = "https://github.com/LeagueToolkit/league-mod/wiki"
readme = "README.md"
keywords = [
    "league-of-legends",
    "modding",
    "gaming",
    "toolkit",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LeagueToolkit/league-mod"

[lib]
name = "ltk_mod_project"
path = "src/lib.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8.19"