# 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" rust-version = "1.56" name = "anyhow-loc" version = "0.3.0" authors = ["qyuzh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "anyhow with location" documentation = "https://docs.rs/anyhow-loc" readme = "README.md" keywords = [ "error", "error-handling", "anyhow", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/qyuzh/anyhow-loc" [lib] name = "anyhow_loc" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.anyhow] version = "1.0.89"