Cargo Features

Gcalc has no features set by default.

[dependencies]
gcalc = { version = "0.4.0", features = ["binary", "option", "wasm"] }
binary = clap, option, plotters, tabled

Affects gcalc::cli

option binary?

Enables serde_json

Affects calc::CalculatorOption

wasm

Enables wasm-bindgen and wee_alloc

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.

clap binary?

Enables clap ^3.2.8

tabled binary?

Enables tabled ^0.3.0

plotters binary?