Cargo Features
embed_it has no features set by default.
[dependencies]
embed_it = { version = "5.1.0", features = ["any-hash", "md5", "sha1", "sha2", "sha3", "blake3", "any-compression", "brotli", "zstd", "gzip"] }
- any-hash blake3? md5? sha1? sha2? sha3?
-
Affects
traits::hashes
… - md5 = any-hash
-
Enables md5 of embed_it_macros
Affects
hashes::Md5Hash
… - sha1 = any-hash
-
Enables sha1 of embed_it_macros
Affects
hashes::Sha1Hash
… - sha2 = any-hash
-
Enables sha2 of embed_it_macros
Affects
hashes::Sha2_224Hash
,hashes::Sha2_256Hash
,hashes::Sha2_384Hash
,hashes::Sha2_512Hash
… - sha3 = any-hash
-
Enables sha3 of embed_it_macros
Affects
hashes::Sha3_224Hash
,hashes::Sha3_256Hash
,hashes::Sha3_384Hash
,hashes::Sha3_512Hash
… - blake3 = any-hash
-
Enables blake3 of embed_it_macros
Affects
hashes::Blake3_256Hash
… - any-compression brotli? gzip? zstd?
-
Affects
traits::compression
… - brotli = any-compression
-
Enables brotli of embed_it_macros
Affects
compression::BrotliContent
… - zstd = any-compression
-
Enables zstd of embed_it_macros
Affects
compression::ZstdContent
… - gzip = any-compression
-
Enables gzip of embed_it_macros
Affects
compression::GzipContent
…