rust/mikros_std_deps/bit_field-0.10.2/Cargo.toml.orig

20 lines
657 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "bit_field"
version = "0.10.2"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
license = "Apache-2.0/MIT"
description = "Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types."
keywords = ["no_std"]
repository = "https://github.com/phil-opp/rust-bit-field"
documentation = "https://docs.rs/bit_field"
[dependencies]
[package.metadata.release]
dev-version = false
pre-release-replacements = [
{ file = "Changelog.md", search = "## Unreleased", replace = "## Unreleased\n\n# {{version}} {{date}}", exactly = 1 },
]
pre-release-commit-message = "Release version {{version}}"