Cargo Features

HouseflowAPI has no features set by default.

[dependencies]
houseflow-api = { version = "0.1.1", features = ["auth", "fulfillment", "admin"] }
auth

Enables auth of houseflow-types

fulfillment

Enables fulfillment of houseflow-types

admin

Enables admin of houseflow-types

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.

houseflow-types admin? auth? fulfillment?