# 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 = "krenz" version = "1.0.3" authors = ["Eric Krenz"] description = """ krenz - a collection of my frequently used functions and macros """ homepage = "https://github.com/erickrenz/krenz-rust" documentation = "https://docs.rs/krenz/" readme = "README.md" categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/erickrenz/krenz-rust" [dependencies.color-eyre] version = "0.6"