mirror of
https://gitee.com/openharmony/third_party_rust_rust-fnv
synced 2024-11-23 13:19:55 +00:00
18 lines
361 B
TOML
18 lines
361 B
TOML
[package]
|
||
name = "fnv"
|
||
version = "1.0.7"
|
||
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"
|
||
|
||
[features]
|
||
default = ["std"]
|
||
std = []
|