Cargo Features
[dependencies]
fasthash-fork = { version = "0.4.1", default-features = false, features = ["all", "gen", "aes", "avx", "avx2", "native", "sse41", "sse42", "city", "farm", "highway", "lookup3", "meow", "metro", "mum", "murmur", "spooky", "t1ha", "wy", "xx", "doc", "digest"] }
- default = all, doc, native
-
These default features are set whenever
fasthash-fork
is added without
somewhere in the dependency tree.default-features = false - all default = ahash, city, farm, highway, lookup3, meow, metro, mum, murmur, seahash, spooky, t1ha, wy, xx
-
Enables all of fasthash-sys-fork
- gen
-
Enables gen of fasthash-sys-fork
- aes
-
Enables aes of fasthash-sys-fork
- avx
-
Enables avx of fasthash-sys-fork
- avx2
-
Enables avx2 of fasthash-sys-fork
- native default
-
Enables native of fasthash-sys-fork
- sse41
-
Enables sse41 of fasthash-sys-fork
- sse42
-
Enables sse42 of fasthash-sys-fork
Affects
city::crc
,metro::crc
… - city all
-
Enables city of fasthash-sys-fork
- farm all
-
Enables farm of fasthash-sys-fork
- highway all
-
Enables highway of fasthash-sys-fork
- lookup3 all
-
Enables lookup3 of fasthash-sys-fork
- meow all
-
Enables meow of fasthash-sys-fork
- metro all
-
Enables metro of fasthash-sys-fork
- mum all
-
Enables mum of fasthash-sys-fork
- murmur all
-
Enables murmur of fasthash-sys-fork
- spooky all
-
Enables spooky of fasthash-sys-fork
- t1ha all
-
Enables t1ha of fasthash-sys-fork
- wy all
-
Enables wy of fasthash-sys-fork
- xx all
-
Enables xx of fasthash-sys-fork
- doc default
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.
- ahash all
-
Enables ahash ^0.7
- digest implicit feature
-
Enables digest ^0.9
digest:
Traits for cryptographic hash functions and message authentication codes
- seahash all