# 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 = "2018" name = "pci-ids" version = "0.2.5" authors = [ "William Woodruff ", "Charles Lien ", ] description = "Rust wrappers for the PCI ID Repository" homepage = "https://github.com/lienching/pci-ids.rs" readme = "README.md" keywords = ["pci"] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/lienching/pci-ids.rs" [package.metadata.release] no-dev-version = true disable-publish = true [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "Unreleased" replace = "{{version}}" exactly = 2 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "ReleaseDate" replace = "{{date}}" exactly = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = '\.\.\.HEAD' replace = "...{{tag_name}}" exactly = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "" replace = """ ## [Unreleased] - ReleaseDate""" exactly = 1 [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = "" replace = """ [Unreleased]: https://github.com/woodruffw/kbs2/compare/{{tag_name}}...HEAD""" exactly = 1 [dependencies.phf] version = "0.11" default-features = false [build-dependencies.nom] version = "7.1" default-features = false [build-dependencies.phf_codegen] version = "0.11" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [badges.maintenance] status = "actively-developed"