[package] name = "enum-extract-error" description = "A companion crate for `enum-extract` that exports an error type." version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true readme.workspace = true homepage.workspace = true repository.workspace = true categories.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.52"