# 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 = "2018" name = "godot-logger" version = "1.1.0" description = "A logger for godot-rust projects that prints logs using the godot_print! macro" readme = "README.md" keywords = [ "gamedev", "godot", "log", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/jdno/godot-logger" [dependencies.anyhow] version = "1" [dependencies.chrono] version = ">= 0.4" [dependencies.gdnative-core] version = ">= 0.9" [dependencies.log] version = ">= 0.4" [dependencies.log4rs] version = "1" [dev-dependencies.gdnative] version = ">= 0.9"