gecko-dev/third_party/rust/fnv/Cargo.toml
Emilio Cobos Álvarez 5b5bf2110c Bug 1511811 - Revendor rust dependencies.
--HG--
rename : third_party/rust/darling_core/src/macros.rs => third_party/rust/darling_core/src/macros_private.rs
2018-12-07 09:00:57 -05:00

26 lines
846 B
TOML
Raw 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.

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "fnv"
version = "1.0.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "FowlerNollVo hash function"
documentation = "https://doc.servo.org/fnv/"
readme = "README.md"
license = "Apache-2.0 / MIT"
repository = "https://github.com/servo/rust-fnv"
[lib]
name = "fnv"
path = "lib.rs"