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

26 lines
727 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 = "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"]