Cargo Features
[dependencies]
lemurs-8080 = { version = "0.5.2", default-features = false, features = ["std", "open", "cpp", "cpp_panic", "cpp_alloc"] }
- default = std
-
The
std
feature is set by default wheneverlemurs-8080
is added without
somewhere in the dependency tree.default-features = false - std default
- open
-
Affects
lemurs-8080::Harness.did_execute
… - cpp = cpp_alloc, cpp_panic
- cpp_panic cpp?
- cpp_alloc cpp?
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.