# 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 = "epac-utils" version = "0.1.0" description = "Set of Utilities for Errors, and some cachers/timers/macros" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0.63" optional = true [dependencies.find_folder] version = "0.3.0" optional = true [dependencies.piston_window] version = "0.124.0" optional = true [dependencies.tracing] version = "0.1.36" optional = true [features] anyhow = ["dep:anyhow"] default = [ "anyhow", "tracing", ] piston_cacher = [ "dep:piston_window", "dep:find_folder", ] tracing = ["dep:tracing"]