# 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 = "err-as-you-go" version = "0.1.3" description = "easy inline error types" documentation = "https://docs.rs/err-as-you-go" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/aatifsyed/err-as-you-go" [lib] path = "src/lib.rs" proc-macro = true [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.52" [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "2.0.0" features = [ "full", "extra-traits", "visit-mut", ] [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.thiserror] version = "1.0.39" [dev-dependencies.trybuild] version = "1.0.79" features = ["diff"]