[package] name = "inle_diagnostics" version = "0.1.1" authors = ["silverweed "] edition = "2021" license = "AGPL-3.0-only" description = "Inle game engine - Diagnostics library. THIS PACKAGE IS MAINTAINED FOR PERSONAL USE ONLY AND IS SUBJECT TO NOT RESPECT SEMVER AND BEING BROKEN OVER TIME." repository = "https://codeberg.org/silverweed/inle" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] tracer = ["rayon"] default = ["tracer"] [dependencies] lazy_static = "1" rayon = { version = "1", optional = true }