Cargo Features

json-number has no features set by default.

[dependencies]
json-number = { version = "0.4.8", features = ["smallnumberbuf", "canonical", "serde", "serde_json"] }
smallnumberbuf = smallvec
canonical = ryu-js

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.

smallvec smallnumberbuf?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects json-number::serde

serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format

Affects json-number::serde_json

ryu-js canonical?

Enables ryu-js ^0.2.2