Bug 1492664 - add {artifact-reference: ..} r=tomprince
[gecko.git] / third_party / rust / mio-uds / Cargo.toml
blob64fbcded6efee7d915f66d36c3c977a0629f9dc3
1 [package]
2 name = "mio-uds"
3 version = "0.6.4"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 license = "MIT/Apache-2.0"
6 readme = "README.md"
7 repository = "https://github.com/alexcrichton/mio-uds"
8 homepage = "https://github.com/alexcrichton/mio-uds"
9 documentation = "https://docs.rs/mio-uds"
10 description = """
11 Unix domain socket bindings for mio
12 """
13 categories = ["asynchronous"]
15 [badges]
16 travis-ci = { repository = "alexcrichton/mio-uds" }
18 [target."cfg(unix)".dependencies]
19 libc = "0.2"
20 mio = "0.6.5"
22 [dev-dependencies]
23 tempdir = "0.3"