# 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 = "game_stat" version = "0.2.2" description = "a library for handling stats that can change with modifiers, most commonly seen in games" readme = "README.md" keywords = [ "gamedev", "stats", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/TanTanDev/game_stat.git" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.tinyvec] version = "1.6" features = [ "alloc", "rustc_1_55", ] [features] default = [] serde = ["dep:serde"] sync = []