update feature names
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -11,15 +11,15 @@ lazy_static = "1.3.0"
|
||||
[features]
|
||||
default = ["bonus", "extra"]
|
||||
|
||||
bonus = ["bonus:network", "bonus:heap"]
|
||||
"bonus:network" = []
|
||||
"bonus:heap" = []
|
||||
bonus = ["bonus.network", "bonus.heap"]
|
||||
"bonus.network" = []
|
||||
"bonus.heap" = []
|
||||
|
||||
extra = ["extra:sleep", "extra:arithmetic"]
|
||||
"extra:sleep" = []
|
||||
"extra:arithmetic" = []
|
||||
extra = ["extra.sleep", "extra.arithmetic"]
|
||||
"extra.sleep" = []
|
||||
"extra.arithmetic" = []
|
||||
|
||||
debug = ["debug:instr", "debug:frame", "debug:gc"]
|
||||
"debug:instr" = []
|
||||
"debug:frame" = []
|
||||
"debug:gc" = []
|
||||
debug = ["debug.instr", "debug.frame", "debug.gc"]
|
||||
"debug.instr" = []
|
||||
"debug.frame" = []
|
||||
"debug.gc" = []
|
||||
|
||||
Reference in New Issue
Block a user