Cargo Features

[dependencies]
actix-prost-convert-trait = { version = "0.1.0", default-features = false, features = ["conv-full", "conv-bytes", "conv-address", "conv-url"] }
default = conv-full

The conv-full feature is set by default whenever actix-prost-convert-trait is added without default-features = false somewhere in the dependency tree.

conv-full default = conv-address, conv-bytes, conv-url
conv-bytes conv-full

Enables bytes and hex

conv-address conv-full

Enables ethers-core

conv-url conv-full

Enables url

actix-prost-convert-trait has 5 features without comments.