Bug 1893155 - Part 6: Correct constant for minimum epoch day. r=spidermonkey-reviewer...
[gecko.git] / third_party / rust / iovec / Cargo.toml
blobe9503183583821c191e8dd5402b10b77e3697019
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
6 # to registry (e.g., crates.io) dependencies
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)
13 [package]
14 name = "iovec"
15 version = "0.1.4"
16 authors = ["Carl Lerche <me@carllerche.com>"]
17 description = "Portable buffer type for scatter/gather I/O operations\n"
18 homepage = "https://github.com/carllerche/iovec"
19 documentation = "https://docs.rs/iovec"
20 readme = "README.md"
21 keywords = ["scatter", "gather", "vectored", "io", "networking"]
22 categories = ["network-programming", "api-bindings"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/carllerche/iovec"
25 [target."cfg(unix)".dependencies.libc]
26 version = "0.2"