unplugged-system/external/rust/crates/fnv/Cargo.toml.orig

18 lines
361 B
TOML
Raw Normal View History

[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 = []