# 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 = "pe-unwind-info" version = "0.3.0" authors = ["Alex Franchuk "] build = false exclude = ["/fixture"] autobins = false autoexamples = false autotests = false autobenches = false description = "Parsers for PE unwind info" homepage = "https://github.com/mozilla/pe-unwind-info" readme = "README.md" keywords = [ "unwind", "pe", "microsoft", "x86_64", "x64", ] categories = ["parser-implementations"] license = "MIT" [package.metadata.release] pre-release-commit-message = "Prepare for version {{version}}" tag-message = "Release {{crate_name}} version {{version}}" tag-name = "{{version}}" [[package.metadata.release.pre-release-replacements]] file = "ChangeLog.md" replace = """ ## [Unreleased] ## [{{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\]: (.*)/(.*)\.\.\.HEAD$' [lib] name = "pe_unwind_info" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" [dependencies.bitflags] version = "2" [dependencies.thiserror] version = "1" [dependencies.zerocopy] version = "0.7.35" [dependencies.zerocopy-derive] version = "0.7.35" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.memmap2] version = "0.7" [dev-dependencies.object] version = "0.31"