99 lines
2.2 KiB
TOML
99 lines
2.2 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]
|
|||
|
edition = "2018"
|
|||
|
rust-version = "1.59"
|
|||
|
name = "x86_64"
|
|||
|
version = "0.15.1"
|
|||
|
authors = [
|
|||
|
"Gerd Zellweger <mail@gerdzellweger.com>",
|
|||
|
"Eric Kidd <git@randomhacks.net>",
|
|||
|
"Philipp Oppermann <dev@phil-opp.com>",
|
|||
|
"Dan Schatzberg <schatzberg.dan@gmail.com>",
|
|||
|
"John Ericson <John_Ericson@Yahoo.com>",
|
|||
|
"Rex Lunae <rexlunae@gmail.com>",
|
|||
|
]
|
|||
|
description = "Support for x86_64 specific instructions, registers, and structures."
|
|||
|
documentation = "https://docs.rs/x86_64"
|
|||
|
readme = "README.md"
|
|||
|
keywords = [
|
|||
|
"amd64",
|
|||
|
"x86",
|
|||
|
"x86_64",
|
|||
|
"no_std",
|
|||
|
]
|
|||
|
categories = ["no-std"]
|
|||
|
license = "MIT/Apache-2.0"
|
|||
|
repository = "https://github.com/rust-osdev/x86_64"
|
|||
|
|
|||
|
[package.metadata.docs.rs]
|
|||
|
all-features = true
|
|||
|
|
|||
|
[package.metadata.release]
|
|||
|
dev-version = false
|
|||
|
pre-release-commit-message = "Bump version to {{version}}"
|
|||
|
publish = false
|
|||
|
push = false
|
|||
|
tag = false
|
|||
|
|
|||
|
[[package.metadata.release.pre-release-replacements]]
|
|||
|
exactly = 1
|
|||
|
file = "Changelog.md"
|
|||
|
replace = """
|
|||
|
# Unreleased
|
|||
|
|
|||
|
# {{version}} – {{date}}"""
|
|||
|
search = "# Unreleased"
|
|||
|
|
|||
|
[dependencies.bit_field]
|
|||
|
path = "../bit_field-0.10.2/"
|
|||
|
|
|||
|
[dependencies.bitflags]
|
|||
|
version = "2.3.2"
|
|||
|
|
|||
|
[dependencies.volatile]
|
|||
|
path = "../volatile-0.4.6/"
|
|||
|
|
|||
|
[dependencies.core]
|
|||
|
version = "1.0.0"
|
|||
|
optional = true
|
|||
|
package = "rustc-std-workspace-core"
|
|||
|
|
|||
|
[dependencies.compiler_builtins]
|
|||
|
version = "0.1"
|
|||
|
optional = true
|
|||
|
|
|||
|
[features]
|
|||
|
abi_x86_interrupt = []
|
|||
|
asm_const = []
|
|||
|
const_fn = []
|
|||
|
default = [
|
|||
|
"nightly",
|
|||
|
"instructions",
|
|||
|
]
|
|||
|
doc_auto_cfg = []
|
|||
|
instructions = []
|
|||
|
nightly = [
|
|||
|
"const_fn",
|
|||
|
"step_trait",
|
|||
|
"abi_x86_interrupt",
|
|||
|
"asm_const",
|
|||
|
]
|
|||
|
step_trait = []
|
|||
|
rustc-dep-of-std = [
|
|||
|
"core",
|
|||
|
"compiler_builtins",
|
|||
|
"bit_field/rustc-dep-of-std",
|
|||
|
"bitflags/rustc-dep-of-std",
|
|||
|
"volatile/rustc-dep-of-std",
|
|||
|
]
|