# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "bitpat" version = "0.1.1" authors = ["Jonas Schievink "] description = "Bit-level matching against values" documentation = "https://docs.rs/bitpat/" readme = "README.md" keywords = ["bit", "level", "pattern", "match"] categories = ["rust-patterns"] license = "CC0-1.0" repository = "https://github.com/jonas-schievink/bitpat.git" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{version}}" tag-message = "{{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "## Unreleased\n\nNo changes.\n\n## {{version}} - {{date}}" search = "## Unreleased" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "bitpat = \"{{version}}\"" search = "bitpat = \"[a-z0-9\\\\.-]+\"" [[package.metadata.release.pre-release-replacements]] file = "src/lib.rs" replace = "https://docs.rs/bitpat/{{version}}" search = "https://docs.rs/bitpat/[a-z0-9\\.-]+" [dependencies] [dev-dependencies.version-sync] version = "0.5"