Cargo Features

opendp_derive has no features set by default.

[dependencies]
opendp_derive = { version = "0.9.2", features = ["full", "partials"] }
full partials? = opendp_tooling, quote, syn

Affects opendp_derive::bootstrap, opendp_derive::proven

partials = full

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.

we need to reuse the tooling logic in the opendp build script, so it is factored into a separate crate

syn full?

Enables syn ^1.0

quote full?
opendp_tooling full?