# 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 = "2018" name = "flex-error" version = "0.4.4" authors = ["Informal Systems "] description = "Flexible error definitions using macros and traits" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/informalsystems/flex-error" [dependencies.anyhow] version = "1.0.40" optional = true [dependencies.eyre] version = "0.6.5" optional = true [dependencies.paste] version = "1.0.5" [features] anyhow_tracer = ["anyhow", "std"] default = ["full"] eyre_tracer = ["eyre", "std"] full = ["std", "eyre_tracer", "anyhow_tracer"] std = []