Cargo Features
[dependencies]
crashie = { version = "0.4.0", default-features = false, features = ["tcp-echo", "http-echo", "udp-echo"] }
- default = http-echo, non-posix, posix, tcp-echo, udp-echo
-
These default features are set whenever
crashie
is added without
somewhere in the dependency tree.default-features = false - posix non-posix tcp-echo default
- http-echo default
-
Enables chrono
- udp-echo default
Crashie has 4 features without comments.