Cargo Features

mockable has no features set by default.

[dependencies]
mockable = { version = "3.0.0", features = ["full", "browser", "clock", "cmd", "http", "mock", "uuid", "bytes"] }
full = browser, clock, cmd, uuid
browser full?

Enables open

Affects sys::System.open_url

clock full?

Enables chrono

cmd full?

Enables async-trait and tokio

http

Enables async-trait, axum ^0.6, serde_json, and tokio

mock

Enables mockall ^0.11

uuid full?

Enables uuid ^0.8

Features from optional dependencies

bytes implicit feature

Enables bytes

bytes:

Types and traits for working with bytes