Cargo Features

[dependencies]
editres = { version = "0.1.6", default-features = false, features = ["injectee", "injector"] }
default = injectee

The injectee feature is set by default whenever editres is added without default-features = false somewhere in the dependency tree.

injectee default = const_format

Enables injectee of postject_sys

Affects editres::injectee

injector = anyhow, apple-codesign

Enables injector of postject_sys

Affects editres::injector

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.

const_format injectee
anyhow injector?
apple-codesign injector?