# 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" rust-version = "1.72" name = "stringid" version = "0.1.0" authors = ["Gwen Lg "] description = "Lightweight system to manage identifier as human readable string and unique number." readme = "README.md" keywords = [ "gamedev", "editor", ] categories = [ "data-structures", "game-development", "game-engines", ] license = "LGPL-3.0-only" repository = "https://framagit.org/gwenlg/stringid" [[example]] name = "resources_name" required-features = ["macros"] [dependencies.cityhasher] version = "0.1" [dependencies.once_cell] version = "1.18" [dependencies.stringid_macros] version = "0.1" optional = true [features] default = ["macros"] macros = ["dep:stringid_macros"]