resolvedDefaultFeatures = [ "blocking" "default" "fnv" "futures-core" "io-driver" "io-util" "iovec" "lazy_static" "memchr" "mio" "num_cpus" "rt-core" "rt-threaded" "slab" "stream" "sync" "tcp" "time" ];
};
"tokio 0.3.6" = rec {
crateName = "tokio";
version = "0.3.6";
edition = "2018";
sha256 = "0z78l7kn4y2qvghsp9dyqgvr1kjvv63pjq3d8nzi31q74lfa42vj";
authors = [
"Tokio Contributors <team@tokio.rs>"
];
dependencies = [
{
name = "futures-core";
packageId = "futures-core";
optional = true;
}
{
name = "pin-project-lite";
packageId = "pin-project-lite 0.2.0";
}
];
buildDependencies = [
{
name = "autocfg";
packageId = "autocfg";
}
];
features = {
"full" = [ "fs" "io-util" "io-std" "macros" "net" "parking_lot" "process" "rt" "rt-multi-thread" "signal" "stream" "sync" "time" ];
"io-util" = [ "memchr" "bytes" ];
"macros" = [ "tokio-macros" ];
"net" = [ "libc" "mio/os-poll" "mio/os-util" "mio/tcp" "mio/udp" "mio/uds" ];
"process" = [ "bytes" "once_cell" "libc" "mio/os-poll" "mio/os-util" "mio/uds" "signal-hook-registry" "winapi/threadpoollegacyapiset" ];
"rt" = [ "slab" ];
"rt-multi-thread" = [ "num_cpus" "rt" ];
"signal" = [ "once_cell" "libc" "mio/os-poll" "mio/uds" "mio/os-util" "signal-hook-registry" "winapi/consoleapi" ];
"stream" = [ "futures-core" ];
};
resolvedDefaultFeatures = [ "default" "futures-core" "stream" ];
};
"tokio 1.0.1" = rec {
crateName = "tokio";
version = "1.0.1";
edition = "2018";
sha256 = "1gd6qc9xvm568kicbkch40kjn5w0q2nsn527gcy80v3baqgj4n6j";
authors = [
"Tokio Contributors <team@tokio.rs>"
];
dependencies = [
{
name = "bytes";
packageId = "bytes 1.0.0";
optional = true;
}
{
name = "libc";
packageId = "libc";
optional = true;
target = { target, features }: target."unix";
}
{
name = "memchr";
packageId = "memchr";
optional = true;
}
{
name = "mio";
packageId = "mio 0.7.7";
optional = true;
}
{
name = "num_cpus";
packageId = "num_cpus";
optional = true;
}
{
name = "pin-project-lite";
packageId = "pin-project-lite 0.2.0";
}
{
name = "tokio-macros";
packageId = "tokio-macros";
optional = true;
}
];
buildDependencies = [
{
name = "autocfg";
packageId = "autocfg";
}
];
devDependencies = [
{
name = "libc";
packageId = "libc";
target = {target, features}: target."unix";
}
];
features = {
"full" = [ "fs" "io-util" "io-std" "macros" "net" "parking_lot" "process" "rt" "rt-multi-thread" "signal" "sync" "time" ];
"io-util" = [ "memchr" "bytes" ];
"macros" = [ "tokio-macros" ];
"net" = [ "libc" "mio/os-poll" "mio/os-util" "mio/tcp" "mio/udp" "mio/uds" ];
"process" = [ "bytes" "once_cell" "libc" "mio/os-poll" "mio/os-util" "mio/uds" "signal-hook-registry" "winapi/threadpoollegacyapiset" ];
"rt-multi-thread" = [ "num_cpus" "rt" ];
"signal" = [ "once_cell" "libc" "mio/os-poll" "mio/uds" "mio/os-util" "signal-hook-registry" "winapi/consoleapi" ];
};
resolvedDefaultFeatures = [ "bytes" "default" "io-util" "libc" "macros" "memchr" "mio" "net" "num_cpus" "rt" "rt-multi-thread" "sync" "time" "tokio-macros" ];
};
"tokio-compat-02" = rec {
crateName = "tokio-compat-02";
version = "0.1.2";
edition = "2018";
sha256 = "08kf571z4ib0nfi5x3m37384d5p7qpcfdakl5v1hcvwbkd0yqk5v";
authors = [
"Lucio Franco <luciofranco14@gmail.com>"
];
dependencies = [
{
name = "bytes";
packageId = "bytes 0.5.6";
}
{
name = "once_cell";
packageId = "once_cell";
}
{
name = "pin-project-lite";
packageId = "pin-project-lite 0.1.11";
}
{
name = "tokio";
packageId = "tokio 0.2.24";
features = [ "stream" ];
}
{
name = "tokio";
packageId = "tokio 0.2.24";
rename = "tokio_02";
features = [ "rt-threaded" ];
}
{
name = "tokio";
packageId = "tokio 0.3.6";
features = [ "stream" ];
}
{
name = "tokio";
packageId = "tokio 0.3.6";
rename = "tokio_02";
features = [ "rt-threaded" ];
}
];
devDependencies = [
{
name = "tokio";
packageId = "tokio 0.2.24";
features = [ "full" ];
}
{
name = "tokio";
packageId = "tokio 0.3.6";
features = [ "full" ];
}
];