Sha256: 10886c9afc67ef4e538ff2d1a062c4c5dc524bcea3658218f753681c8fb4625e
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 KB
Contents
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "foldhash" version = "0.1.4" authors = ["Orson Peters <orsonpeters@gmail.com>"] build = false exclude = [ "benches", "tools", "assets", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm." readme = "README.md" keywords = [ "hash", "hasher", "no-std", ] categories = [ "algorithms", "no-std", ] license = "Zlib" repository = "https://github.com/orlp/foldhash" [profile.release] lto = "thin" [lib] name = "foldhash" path = "src/lib.rs" bench = false [dependencies] [dev-dependencies.ahash] version = "0.8" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.fxhash] version = "0.2" [dev-dependencies.hashbrown] version = "0.14" [dev-dependencies.rand] version = "0.8" [dev-dependencies.uuid] version = "1.8" [features] default = ["std"] std = []
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/foldhash-0.1.4/Cargo.toml |
wasmtime-28.0.0 | ./ext/cargo-vendor/foldhash-0.1.4/Cargo.toml |