зеркало из https://github.com/mozilla/gecko-dev.git
94 строки
2.0 KiB
TOML
94 строки
2.0 KiB
TOML
# 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 = "tokio-core"
|
|
version = "0.1.17"
|
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
|
description = "Core I/O and event loop primitives for asynchronous I/O in Rust. Foundation for\nthe rest of the tokio crates.\n"
|
|
homepage = "https://tokio.rs"
|
|
documentation = "https://docs.rs/tokio-core/0.1"
|
|
categories = ["asynchronous"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/tokio-rs/tokio-core"
|
|
[dependencies.bytes]
|
|
version = "0.4"
|
|
|
|
[dependencies.futures]
|
|
version = "0.1.21"
|
|
|
|
[dependencies.iovec]
|
|
version = "0.1"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.mio]
|
|
version = "0.6.12"
|
|
|
|
[dependencies.scoped-tls]
|
|
version = "0.1.0"
|
|
|
|
[dependencies.tokio]
|
|
version = "0.1.5"
|
|
|
|
[dependencies.tokio-executor]
|
|
version = "0.1.2"
|
|
|
|
[dependencies.tokio-io]
|
|
version = "0.1"
|
|
|
|
[dependencies.tokio-reactor]
|
|
version = "0.1.1"
|
|
|
|
[dependencies.tokio-timer]
|
|
version = "0.2.1"
|
|
[dev-dependencies.env_logger]
|
|
version = "0.4"
|
|
default-features = false
|
|
|
|
[dev-dependencies.flate2]
|
|
version = "1"
|
|
features = ["tokio"]
|
|
|
|
[dev-dependencies.futures-cpupool]
|
|
version = "0.1"
|
|
|
|
[dev-dependencies.http]
|
|
version = "0.1"
|
|
|
|
[dev-dependencies.httparse]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.libc]
|
|
version = "0.2"
|
|
|
|
[dev-dependencies.num_cpus]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.serde]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.serde_derive]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dev-dependencies.time]
|
|
version = "0.1"
|
|
[badges.appveyor]
|
|
repository = "alexcrichton/tokio-core"
|
|
|
|
[badges.travis-ci]
|
|
repository = "tokio-rs/tokio-core"
|