# 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 = "failed-result" version = "0.2.6" authors = ["metaworm "] build = false include = [ "/src", "/tests", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A small crate for converting various failed value to result with corresponding error type" documentation = "https://docs.rs/failed-result" readme = "README.md" keywords = [ "error", "failure", ] license = "MIT" repository = "https://github.com/metaworm/failed-result" [lib] name = "failed_result" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies] [dev-dependencies.anyhow] version = "1" [target."cfg(windows)".dependencies.windows] version = "0.58" features = ["Win32_Foundation"] [target."cfg(windows)".dev-dependencies.winapi] version = "0.3.9" features = [ "winnt", "processthreadsapi", "psapi", "errhandlingapi", "winuser", "winbase", "fileapi", "ioapiset", "winerror", "stringapiset", "winnls", ]