# 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 = "burntnail-utils" version = "0.7.1" authors = ["BurntNail "] description = "Set of Utilities for Errors, and some cachers/timers/macros" readme = "README.md" license = "MIT" repository = "https://github.com/BurntNail/burntnail-utils/" [[bench]] name = "memcacher" harness = false [dependencies.anyhow] version = "1.0.63" [dependencies.color-eyre] version = "0.6.2" optional = true [dependencies.find_folder] version = "0.3.0" optional = true [dependencies.num-traits] version = "0.2.15" [dependencies.piston_window] version = "0.124.0" optional = true [dependencies.tracing] version = "0.1.36" optional = true [dev-dependencies.criterion] version = "0.4.0" [features] default = ["tracing"] eyre = ["dep:color-eyre"] piston_cacher = [ "dep:piston_window", "dep:find_folder", ] tracing = ["dep:tracing"]