mirror of
https://gitee.com/openharmony/third_party_rust_rust-fnv
synced 2025-02-12 08:00:36 +00:00
15 lines
338 B
TOML
15 lines
338 B
TOML
[package]
|
||
name = "fnv"
|
||
version = "1.0.2"
|
||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
description = "Fowler–Noll–Vo hash function"
|
||
license = "Apache-2.0 / MIT"
|
||
readme = "README.md"
|
||
repository = "https://github.com/servo/rust-fnv"
|
||
documentation = "https://doc.servo.org/fnv/"
|
||
|
||
[lib]
|
||
name = "fnv"
|
||
path = "lib.rs"
|
||
doctest = false
|