Cargo Features

dispatchr has no features set by default.

[dependencies]
dispatchr = { version = "1.0.0", features = ["bridge"] }
bridge = objr

declare our types as arguable in objr. This is useful in cases where we don't want to pass the bridge type for some reason.

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.

objr bridge?