# 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 = "iex" version = "0.2.0" authors = ["Alisa Sireneva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic exceptions" documentation = "https://docs.rs/iex" readme = "README.md" keywords = [ "ergonomic", "error", "panic", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/iex-rs/iex" [package.metadata.docs.rs] all-features = true [lib] name = "iex" path = "src/lib.rs" [[test]] name = "anyhow" path = "tests/anyhow.rs" [[test]] name = "closures" path = "tests/closures.rs" [[test]] name = "generics" path = "tests/generics.rs" [[test]] name = "hygiene" path = "tests/hygiene.rs" [[test]] name = "lifetimes" path = "tests/lifetimes.rs" [[test]] name = "map_err" path = "tests/map_err.rs" [[test]] name = "methods" path = "tests/methods.rs" [[test]] name = "propagate" path = "tests/propagate.rs" [[test]] name = "traits" path = "tests/traits.rs" [[bench]] name = "unwind" path = "benches/unwind.rs" harness = false [dependencies.anyhow] version = "1" optional = true [dependencies.fix-hidden-lifetime-bug] version = "0.2.6" [dependencies.iex-derive] version = "0.2.0" [dependencies.typeid] version = "1.0.0" [dev-dependencies.criterion] version = "0.5" [features] anyhow = ["dep:anyhow"]