54 lines
1.3 KiB
TOML
54 lines
1.3 KiB
TOML
|
# 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 are reading this file be aware that the original Cargo.toml
|
|||
|
# will likely look very different (and much more reasonable).
|
|||
|
# See Cargo.toml.orig for the original contents.
|
|||
|
|
|||
|
[package]
|
|||
|
name = "volatile"
|
|||
|
version = "0.4.6"
|
|||
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
|||
|
description = "A simple volatile wrapper type"
|
|||
|
documentation = "https://docs.rs/volatile"
|
|||
|
readme = "README.md"
|
|||
|
keywords = ["volatile"]
|
|||
|
license = "MIT OR Apache-2.0"
|
|||
|
repository = "https://github.com/rust-osdev/volatile"
|
|||
|
|
|||
|
[package.metadata.release]
|
|||
|
dev-version = false
|
|||
|
pre-release-commit-message = "Release version {{version}}"
|
|||
|
|
|||
|
[[package.metadata.release.pre-release-replacements]]
|
|||
|
file = "Changelog.md"
|
|||
|
search = "# Unreleased"
|
|||
|
replace = """
|
|||
|
# Unreleased
|
|||
|
|
|||
|
# {{version}} – {{date}}"""
|
|||
|
exactly = 1
|
|||
|
|
|||
|
[package.metadata.docs.rs]
|
|||
|
features = ["unstable"]
|
|||
|
|
|||
|
[dependencies.core]
|
|||
|
version = "1.0.0"
|
|||
|
optional = true
|
|||
|
package = "rustc-std-workspace-core"
|
|||
|
|
|||
|
[dependencies.compiler_builtins]
|
|||
|
version = "0.1"
|
|||
|
optional = true
|
|||
|
|
|||
|
[features]
|
|||
|
unstable = []
|
|||
|
rustc-dep-of-std = [
|
|||
|
"core",
|
|||
|
"compiler_builtins",
|
|||
|
]
|