Cargo Features

cbor_enhanced has no features set by default.

[dependencies]
cbor_enhanced = { version = "0.1.1", features = ["iana_all_tags", "iana_std", "iana_numbers", "iana_chrono", "iana_bigint", "iana_uuid", "iana_regex", "iana_mime", "iana_geo", "protocol_derive"] }
iana_all_tags = iana_bigint, iana_chrono, iana_geo, iana_mime, iana_std, iana_uuid
iana_std iana_all_tags? = safe-transmute

tags 64-79, 81,82, 85,86 260, 261,

iana_numbers = half

tags 80,

iana_chrono iana_all_tags? = chrono

Tags 0, 1, 1001

iana_bigint iana_all_tags? = num-bigint, num-traits

tags 2,3

iana_uuid iana_all_tags? = uuid

tags 37

iana_regex = regex

tag 35

iana_mime iana_all_tags? = mime

tag 36

iana_geo iana_all_tags? = num-traits

tag 103

Affects de::iana_geo

protocol_derive = cbor_enhanced_derive_protocol

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.

chrono iana_chrono?
num-bigint iana_bigint?

Enables num-bigint ^0.3.1

num-traits iana_bigint? iana_geo?
uuid iana_uuid?

Enables uuid ^0.8.1

mime iana_mime?
half iana_numbers?

Enables half ^1.6.0

safe-transmute iana_std?
regex iana_regex?
cbor_enhanced_derive_protocol protocol_derive?