# 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 = "fused_error" version = "0.1.2" authors = ["Sean C. Roach "] description = "A simple library for working with composable errors." documentation = "https://docs.rs/fused_error" readme = "README.md" keywords = [ "error-handling", "error", ] categories = [ "rust-patterns", "development-tools::procedural-macro-helpers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/seancroach/fused_error" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.syn] version = "1" optional = true default-features = false [dev-dependencies.proc-macro2] version = "1" [dev-dependencies.syn] version = "1" features = [ "derive", "full", "parsing", ] [dev-dependencies.version-sync] version = "0.9"