1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13name = "bit_field" 14version = "0.10.2" 15authors = ["Philipp Oppermann <[email protected]>"] 16description = "Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types." 17documentation = "https://docs.rs/bit_field" 18readme = "README.md" 19keywords = ["no_std"] 20license = "Apache-2.0/MIT" 21repository = "https://github.com/phil-opp/rust-bit-field" 22 23[package.metadata.release] 24dev-version = false 25pre-release-commit-message = "Release version {{version}}" 26 27[[package.metadata.release.pre-release-replacements]] 28file = "Changelog.md" 29search = "## Unreleased" 30replace = """ 31## Unreleased 32 33# {{version}} – {{date}}""" 34exactly = 1 35 36[dependencies] 37