# 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 = "lerror" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for creating error types reporting file name, line and column instead of backtrace." homepage = "https://github.com/gfreezy/lerror" readme = "README.md" license = "MIT" repository = "https://github.com/gfreezy/lerror" [lib] name = "lerror" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies] [dev-dependencies.futures] version = "0.3" default-features = false [dev-dependencies.rustversion] version = "1.0" [dev-dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.thiserror] version = "1" [dev-dependencies.trybuild] version = "1" features = ["diff"]