Cargo Features

persy_expimp has no features set by default.

[dependencies]
persy_expimp = { version = "1.1.0", features = ["json", "cli", "binary"] }
json = data-encoding, serde, serde_derive, serde_json

Required by the binary

cli = structopt

Required by the binary

binary = bincode, serde, serde_derive

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.

serde_json json?
data-encoding json?
structopt cli?
serde binary? json?
serde_derive binary? json?
bincode binary?