# 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 = "godot_tokio" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The tokio-async runtime wrapped in a gdextention object to be used as an engine singleton in your gdext project." readme = "README.md" keywords = [ "godot", "gdext", "gdextention", "async", "tokio", ] license = "MIT" repository = "https://github.com/2-3-5-41/godot_tokio" [lib] name = "godot_tokio" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.godot] version = "0.2.0" [dependencies.tokio] version = "1.41.1" [features] default = ["multi-thread"] multi-thread = ["tokio/rt-multi-thread"] single-thread = ["tokio/rt"]