Cargo Features
[dependencies]
strace-analyzer = { version = "0.5.6", default-features = false, features = ["table"] }
- default = table
-
The
table
feature is set by default wheneverstrace-analyzer
is added without
somewhere in the dependency tree.default-features = false - table default = prettytable-rs
-
Affects
summary::show_table
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.