Cargo Features

[dependencies]
tl-proto = { version = "0.4.6", default-features = false, features = ["derive", "hash", "bytes"] }
default = bytes, derive, hash

These default features are set whenever tl-proto is added without default-features = false somewhere in the dependency tree.

derive default = tl-proto-proc
hash default = sha2

Affects tl-proto::hash, tl-proto::hash_as_boxed

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.

bytes default
sha2 hash
tl-proto-proc derive