Cargo Features

Portus has no features set by default.

[dependencies]
portus = { version = "0.8.0", features = ["ccp-bin", "ipc-latency"] }
ccp-bin = colored, itertools, libloading, proc-macro2, quote, regex, structopt, syn, toml, walkdir

Required by cargo-compile-fast-path and ccp binaries

ipc-latency = time

Required by the ipc_latency binary

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.

structopt ccp-bin?
itertools ccp-bin?

Enables itertools ^0.10

quote ccp-bin?
regex ccp-bin?
toml ccp-bin?

Enables toml ^0.5

proc-macro2 ccp-bin?
libloading ccp-bin?

Enables libloading ^0.7

walkdir ccp-bin?
syn ccp-bin?

Enables syn ^1

colored ccp-bin?
time ipc-latency?

Enables time ^0.2