diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -33,11 +33,14 @@ opt-level = 3 lto = true [features] -default = ["std", "colors", "use-serde"] +default = ["std", "colors", "use-serde", "fmt"] # opt-in for some apis that are really much nicer with String std = [] +# feature for formatting instructions and their components +fmt = [] + use-serde = ["yaxpeax-arch/use-serde", "serde", "serde_derive"] colors = ["yaxpeax-arch/colors"] |