rust/mikros_std_deps/volatile-0.4.6/Cargo.toml.orig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
727 B
TOML
Raw Permalink Normal View History

[package]
name = "volatile"
version = "0.4.6"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
license = "MIT OR Apache-2.0"
keywords = ["volatile"]
description = "A simple volatile wrapper type"
documentation = "https://docs.rs/volatile"
repository = "https://github.com/rust-osdev/volatile"
[dependencies]
[features]
# Enable unstable features; requires Rust nightly; might break on compiler updates
unstable = []
[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}}"
[package.metadata.docs.rs]
features = ["unstable"]