# 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 = "cascade-error" version = "0.1.3" authors = ["merl "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Error cascade: more information about error" homepage = "https://github.com/merl-twin/cascade-error" readme = "README.md" license = "MIT" repository = "https://github.com/merl-twin/cascade-error" [lib] name = "cascade_error" path = "src/lib.rs" [dependencies.opt_struct] version = "0.1"