]> git.proxmox.com Git - rustc.git/blame - vendor/fnv/Cargo.toml
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / fnv / Cargo.toml
CommitLineData
ea8adc8c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
f035d41b 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
8bb4bdeb 13[package]
dc9dc135 14name = "fnv"
f035d41b 15version = "1.0.7"
dc9dc135
XL
16authors = ["Alex Crichton <alex@alexcrichton.com>"]
17description = "Fowler–Noll–Vo hash function"
18documentation = "https://doc.servo.org/fnv/"
19readme = "README.md"
20license = "Apache-2.0 / MIT"
21repository = "https://github.com/servo/rust-fnv"
8bb4bdeb 22
dc9dc135
XL
23[lib]
24name = "fnv"
25path = "lib.rs"
f035d41b
XL
26
27[features]
28default = ["std"]
29std = []