third_party_rust_rust-fnv/Cargo.toml
Manish Goregaokar 4b4784ebfd Bump to 1.0.7
2020-05-14 09:06:23 -07:00

18 lines
361 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "fnv"
version = "1.0.7"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "FowlerNollVo 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 = []