Cargo Features

[dependencies]
ptstd = { version = "0.1.2", default-features = false, features = ["std", "full", "net", "ptr", "thread", "extra", "crypto", "linear", "log", "chrono"] }
default = full

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

std full = net, ptr, thread
full default = extra, std
net std?

Affects ptstd::net

ptr std?

Affects ptstd::ptr

thread std?

Affects ptstd::thread

extra full = chrono, crypto, linear, log

3rd

crypto extra?

Affects ptstd::crypto

linear extra?

Affects ptstd::linear

log extra?

Affects ptstd::log

chrono extra?

Affects log::slog