# 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 = "manyhow" version = "0.11.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "proc macro error handling à la anyhow x proc-macro-error" documentation = "https://docs.rs/manyhow" readme = "README.md" keywords = [ "proc-macro", "error", "error-handling", ] categories = [ "development-tools::procedural-macro-helpers", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ModProg/manyhow" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.release] shared-version = true [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = """ ## [{{version}}] - {{date}}""" search = '## \[Unreleased\]' [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = """ [unreleased]: $1/{{tag_name}}...HEAD [{{version}}]: $1/$2...{{tag_name}}""" search = '\[unreleased\]: (.*)/(v.*)\.\.\.HEAD' [lib] name = "manyhow" path = "src/lib.rs" [dependencies.darling_core] version = "0.20.1" optional = true [dependencies.macros] version = "0.11.4" optional = true package = "manyhow-macros" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1" [dependencies.syn1] version = "1" features = ["printing"] optional = true default-features = false package = "syn" [dependencies.syn2] version = "2" features = [ "printing", "parsing", ] optional = true default-features = false package = "syn" [dev-dependencies.proc-macro-utils] version = "0.8.0" [dev-dependencies.proc-macro2] version = "1" features = ["span-locations"] [dev-dependencies.syn2] version = "2" features = ["full"] package = "syn" [features] darling = ["darling_core"] default = [ "syn", "macros", ] syn = ["syn2"]