Cargo Features

[dependencies]
asciigraph = { version = "0.10.0", default-features = false, features = ["json"] }
default = json

The json feature is set by default whenever asciigraph is added without default-features = false somewhere in the dependency tree.

json default

Enables json

asciigraph has 2 features without comments.