# 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 = "hmw" version = "0.1.0" authors = ["Vadim Glinka "] exclude = ["/assets", "/target"] description = "Text-based game. You read news from another world and events from the life of the characters in it." readme = "README.md" keywords = ["hello-my-world", "HMW"] categories = ["games"] license = "AGPL-3.0" repository = "https://github.com/vglinka/hello_my_world" resolver = "2" [dependencies.fluent] version = "0.16.0" [dependencies.nolog] version = "1" features = ["debug"] [features] crit = ["nolog/crit", "nolog_setup"] debug = ["nolog/debug", "nolog_setup"] error = ["nolog/error", "nolog_setup"] info = ["nolog/info", "nolog_setup"] logcatch = ["nolog/logcatch"] logmod = ["nolog/logmod"] logonly = ["nolog/logonly"] nolog_setup = [] trace = ["nolog/trace", "nolog_setup"] warn = ["nolog/warn", "nolog_setup"]