@@ -9,8 +9,15 @@ authors = [
9
9
]
10
10
description = " Support for x86_64 specific instructions, registers, and structures."
11
11
documentation = " https://docs.rs/x86_64"
12
- keywords = [" amd64" , " x86" , " x86_64" , " no_std" ]
13
- categories = [" no-std" ]
12
+ keywords = [
13
+ " amd64" ,
14
+ " x86" ,
15
+ " x86_64" ,
16
+ " no_std" ,
17
+ ]
18
+ categories = [
19
+ " no-std" ,
20
+ ]
14
21
license = " MIT/Apache-2.0"
15
22
name = " x86_64"
16
23
readme = " README.md"
@@ -27,10 +34,10 @@ volatile = "0.4.4"
27
34
cc = { version = " 1.0.37" , optional = true }
28
35
29
36
[features ]
30
- default = [" nightly" , " instructions" ]
37
+ default = [ " nightly" , " instructions" ]
31
38
instructions = []
32
- external_asm = [" cc" ]
33
- nightly = [" inline_asm" , " const_fn" , " abi_x86_interrupt" , " step_trait" ]
39
+ external_asm = [ " cc" ]
40
+ nightly = [ " inline_asm" , " const_fn" , " abi_x86_interrupt" , " step_trait" ]
34
41
inline_asm = []
35
42
abi_x86_interrupt = []
36
43
const_fn = []
@@ -42,7 +49,7 @@ rustdoc-args = ["--cfg", "docsrs"]
42
49
[package .metadata .release ]
43
50
no-dev-version = true
44
51
pre-release-replacements = [
45
- { file = " Changelog.md" , search = " # Unreleased" , replace = " # Unreleased\n\n # {{version}} – {{date}}" , exactly = 1 },
52
+ { file = " Changelog.md" , search = " # Unreleased" , replace = " # Unreleased\n\n # {{version}} – {{date}}" , exactly = 1 },
46
53
]
47
54
pre-release-commit-message = " Bump version to {{version}}"
48
55
disable-push = true
0 commit comments