Cargo Features
[dependencies]
kfl = { version = "0.3.0", default-features = false, features = ["std", "derive", "line-numbers", "base64", "chrono", "http", "minicbor"] }
- default = base64, derive, line-numbers, std
-
These default features are set whenever
kfl
is added without
somewhere in the dependency tree.default-features = false - std default
- derive default = kfl-derive
- line-numbers default = unicode-width
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.
- kfl-derive derive
- base64 default
-
Enables base64
optional
- chrono implicit feature
-
Enables chrono
chrono:
Date and time library for Rust
- http implicit feature
-
Enables http
http:
A set of types for representing HTTP requests and responses
- minicbor implicit feature
-
Enables minicbor ^0.24
minicbor:
A small CBOR codec suitable for no_std environments
- unicode-width line-numbers
-
Enables unicode-width ^0.1