# 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 = "dbg_if" version = "0.1.0" authors = ["Shane Celis "] description = "Use dbg! in the loop without terminal woes." readme = "README.md" keywords = [ "once", "debug", "dbg", ] license = "MIT OR Apache-2.0" repository = "https://github.com/shanecelis/dbg_if" [dependencies.approx] version = "0.5.1" optional = true [dependencies.atomic_float] version = "0.1.0" optional = true [dev-dependencies.gag] version = "1.0.0" [dev-dependencies.regex] version = "1.10.4" [dev-dependencies.version-sync] version = "0.9" [features] float = [ "dep:approx", "dep:atomic_float", ]