3VJB4ULDDBRUZQ3TSOEJQ3TFVYYHE347ONKMFWGTSCLUYUV536XQC
ZQXP3HNAQ3LKXJVLEO63OEGZIEVNHUQUW3NT7JLCB25OCAZ5ZVIQC
B3QWIGDERNMB3M6P5WTWP5CN2DB3KCS7MVTEPC2XVJ237ZXVQGMAC
G734WNM64AR5BLAZMN5MDPKSFTYXTUQR6MAGB32NRBC5FXFRWSJAC
SAGSYAPXQ2T6GC3B3TNRPNFTZMS7UMME6YQGSF5MOIM66S5NKB2QC
Q7CAYX5N2GFOGMZL3VXVWORMAPWEOECXE22BLXK7Q4WEPS4CE2SAC
I52XSRUH5RVHQBFWVMAQPTUSPAJ4KNVID2RMI3UGCVKFLYUO6WZAC
KUMJITTFBIAA7MFVPE6O7ZKIRSX553JNM72LF3KQJ6U3CXZI6MMQC
6DOXSHWGKJIMIPFCNLASGKBAJCJMJULW5HFRZAZ67EYSMXXGJ3KAC
FXT5FS5WIDBA3HPTJRFGRGULZIGAWAJXT2U6RFYGDLO2PYDG4VEAC
H62VFFJEBL2I3O4D3BAJZ57ROPWUISC7JCDIWFBC5DAYJRHMMDXAC
}
];
};
"fuchsia-zircon" = rec {
crateName = "fuchsia-zircon";
version = "0.3.3";
edition = "2015";
sha256 = "10jxc5ks1x06gpd0xg51kcjrxr35nj6qhx2zlc5n7bmskv3675rf";
authors = [
"Raph Levien <raph@google.com>"
];
dependencies = [
{
name = "bitflags";
packageId = "bitflags";
{
name = "fuchsia-zircon-sys";
packageId = "fuchsia-zircon-sys";
}
];
};
"fuchsia-zircon-sys" = rec {
crateName = "fuchsia-zircon-sys";
version = "0.3.3";
edition = "2015";
sha256 = "19zp2085qsyq2bh1gvcxq1lb8w6v6jj9kbdkhpdjrl95fypakjix";
authors = [
"Raph Levien <raph@google.com>"
packageId = "tokio 0.2.24";
features = [ "fs" "macros" "io-std" "rt-util" "sync" "time" "test-util" ];
packageId = "tokio";
features = [ "fs" "macros" "io-std" "io-util" "rt" "rt-multi-thread" "sync" "time" "test-util" ];
"default" = [ "runtime" "stream" ];
"runtime" = [ "tcp" "tokio/rt-core" ];
"tcp" = [ "socket2" "tokio/blocking" "tokio/tcp" "tokio/time" ];
"full" = [ "client" "http1" "http2" "server" "stream" "runtime" ];
"http2" = [ "h2" ];
"runtime" = [ "tcp" "tokio/rt" ];
"tcp" = [ "socket2" "tokio/net" "tokio/rt" "tokio/time" ];
};
"iovec" = rec {
crateName = "iovec";
version = "0.1.4";
edition = "2015";
sha256 = "0ph73qygwx8i0mblrf110cj59l00gkmsgrpzz1rm85syz5pymcxj";
authors = [
"Carl Lerche <me@carllerche.com>"
];
dependencies = [
{
name = "libc";
packageId = "libc";
target = { target, features }: target."unix";
}
];
"kernel32-sys" = rec {
crateName = "kernel32-sys";
version = "0.2.2";
edition = "2015";
sha256 = "1389av0601a9yz8dvx5zha9vmkd6ik7ax0idpb032d28555n41vm";
libName = "kernel32";
authors = [
"Peter Atashian <retep998@gmail.com>"
];
dependencies = [
{
name = "winapi";
packageId = "winapi 0.2.8";
}
];
buildDependencies = [
{
name = "winapi-build";
packageId = "winapi-build";
}
];
};
"mime_guess" = rec {
crateName = "mime_guess";
version = "2.0.3";
edition = "2015";
sha256 = "04pjpbl90z4yn0cmifvwgf4mqznciw6b095k626q96bxx71d9116";
authors = [
"Austin Bonander <austin.bonander@gmail.com>"
];
dependencies = [
{
name = "mime";
packageId = "mime";
}
{
name = "unicase";
packageId = "unicase";
}
];
buildDependencies = [
{
name = "unicase";
packageId = "unicase";
}
];
features = {
"default" = [ "rev-mappings" ];
};
resolvedDefaultFeatures = [ "default" "rev-mappings" ];
};
version = "0.6.23";
edition = "2015";
sha256 = "1i2c1vl8lr45apkh8xbh9k56ihfsmqff5l7s2fya7whvp7sndzaa";
authors = [
"Carl Lerche <me@carllerche.com>"
];
dependencies = [
{
name = "cfg-if";
packageId = "cfg-if 0.1.10";
}
{
name = "fuchsia-zircon";
packageId = "fuchsia-zircon";
target = { target, features }: (target."os" == "fuchsia");
}
{
name = "fuchsia-zircon-sys";
packageId = "fuchsia-zircon-sys";
target = { target, features }: (target."os" == "fuchsia");
}
{
name = "iovec";
packageId = "iovec";
}
{
name = "kernel32-sys";
packageId = "kernel32-sys";
target = { target, features }: target."windows";
}
{
name = "libc";
packageId = "libc";
target = { target, features }: target."unix";
}
{
name = "log";
packageId = "log";
}
{
name = "miow";
packageId = "miow 0.2.2";
target = { target, features }: target."windows";
}
{
name = "net2";
packageId = "net2";
}
{
name = "slab";
packageId = "slab";
}
{
name = "winapi";
packageId = "winapi 0.2.8";
target = { target, features }: target."windows";
}
];
features = {
"default" = [ "with-deprecated" ];
};
resolvedDefaultFeatures = [ "default" "with-deprecated" ];
};
"mio 0.7.7" = rec {
crateName = "mio";
"miow 0.2.2" = rec {
crateName = "miow";
version = "0.2.2";
edition = "2015";
sha256 = "0kcl8rnv0bhiarcdakik670w8fnxzlxhi1ys7152sck68510in7b";
authors = [
"Alex Crichton <alex@alexcrichton.com>"
];
dependencies = [
{
name = "kernel32-sys";
packageId = "kernel32-sys";
}
{
name = "net2";
packageId = "net2";
usesDefaultFeatures = false;
}
{
name = "winapi";
packageId = "winapi 0.2.8";
}
{
name = "ws2_32-sys";
packageId = "ws2_32-sys";
}
];
};
"miow 0.3.6" = rec {
"miow" = rec {
};
};
"net2" = rec {
crateName = "net2";
version = "0.2.37";
edition = "2015";
sha256 = "1bk8jp0i12gvhrlaqbfq19ancja70r1rg3sywbhjl0385g8k05ir";
authors = [
"Alex Crichton <alex@alexcrichton.com>"
];
dependencies = [
{
name = "cfg-if";
packageId = "cfg-if 0.1.10";
}
{
name = "libc";
packageId = "libc";
target = { target, features }: ((target."os" == "redox") || target."unix" || (target."os" == "wasi"));
}
{
name = "winapi";
packageId = "winapi 0.3.9";
target = { target, features }: target."windows";
features = [ "handleapi" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ];
}
];
features = {
"default" = [ "duration" ];
"blocking" = [ "futures-util/io" "tokio/rt-threaded" "tokio/rt-core" "tokio/sync" ];
"brotli" = [ "async-compression" "async-compression/brotli" ];
"blocking" = [ "futures-util/io" "tokio/rt-multi-thread" "tokio/sync" ];
"brotli" = [ "async-compression" "async-compression/brotli" "tokio-util" ];
"default-tls" = [ "hyper-tls" "native-tls-crate" "__tls" "tokio-tls" ];
"gzip" = [ "async-compression" "async-compression/gzip" ];
"default-tls" = [ "hyper-tls" "native-tls-crate" "__tls" "tokio-native-tls" ];
"gzip" = [ "async-compression" "async-compression/gzip" "tokio-util" ];
version = "0.2.24";
edition = "2018";
sha256 = "0j5yxvxqb69h7m9irl5mzkxgc4mlccig1cqb0q4ah5jc8v9kg609";
authors = [
"Tokio Contributors <team@tokio.rs>"
];
dependencies = [
{
name = "bytes";
packageId = "bytes 0.5.6";
}
{
name = "fnv";
packageId = "fnv";
optional = true;
}
{
name = "futures-core";
packageId = "futures-core";
optional = true;
}
{
name = "iovec";
packageId = "iovec";
optional = true;
}
{
name = "lazy_static";
packageId = "lazy_static";
optional = true;
}
{
name = "memchr";
packageId = "memchr";
optional = true;
}
{
name = "mio";
packageId = "mio 0.6.23";
optional = true;
}
{
name = "num_cpus";
packageId = "num_cpus";
optional = true;
}
{
name = "pin-project-lite";
packageId = "pin-project-lite 0.1.11";
}
{
name = "slab";
packageId = "slab";
optional = true;
}
];
features = {
"blocking" = [ "rt-core" ];
"dns" = [ "rt-core" ];
"fs" = [ "rt-core" "io-util" ];
"full" = [ "blocking" "dns" "fs" "io-driver" "io-util" "io-std" "macros" "net" "process" "rt-core" "rt-util" "rt-threaded" "signal" "stream" "sync" "time" ];
"io-driver" = [ "mio" "lazy_static" ];
"io-std" = [ "rt-core" ];
"io-util" = [ "memchr" ];
"macros" = [ "tokio-macros" ];
"net" = [ "dns" "tcp" "udp" "uds" ];
"process" = [ "io-driver" "libc" "mio-named-pipes" "signal" "winapi/consoleapi" "winapi/minwindef" "winapi/threadpoollegacyapiset" "winapi/winerror" ];
"rt-core" = [ "slab" ];
"rt-threaded" = [ "num_cpus" "rt-core" ];
"signal" = [ "io-driver" "lazy_static" "libc" "mio-uds" "signal-hook-registry" "winapi/consoleapi" "winapi/minwindef" ];
"stream" = [ "futures-core" ];
"sync" = [ "fnv" ];
"tcp" = [ "io-driver" "iovec" ];
"time" = [ "slab" ];
"udp" = [ "io-driver" ];
"uds" = [ "io-driver" "mio-uds" "libc" ];
};
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";
"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" ];
}
];
};
"tokio-stream" = rec {
crateName = "tokio-stream";
version = "0.1.1";
edition = "2018";
sha256 = "0mq48id9y6xngsfs5yngmv66iwz3fnpkhcfpvj5gjqvyadrypkg4";
authors = [
"Tokio Contributors <team@tokio.rs>"
];
dependencies = [
{
name = "futures-core";
packageId = "futures-core";
}
{
name = "pin-project-lite";
packageId = "pin-project-lite";
}
{
name = "tokio";
packageId = "tokio";
features = [ "sync" ];
}
];
devDependencies = [
{
name = "tokio";
packageId = "tokio";
features = [ "full" "test-util" ];
}
];
features = {
"default" = [ "time" ];
"fs" = [ "tokio/fs" ];
"io-util" = [ "tokio/io-util" ];
"net" = [ "tokio/net" ];
"time" = [ "tokio/time" ];
};
resolvedDefaultFeatures = [ "default" "time" ];
};
"unicase" = rec {
crateName = "unicase";
version = "2.6.0";
edition = "2015";
sha256 = "1xmlbink4ycgxrkjspp0mf7pghcx4m7vxq7fpfm04ikr2zk7pwsh";
authors = [
"Sean McArthur <sean@seanmonstar.com>"
];
buildDependencies = [
{
name = "version_check";
packageId = "version_check";
}
];
features = {
};
};
"ws2_32-sys" = rec {
crateName = "ws2_32-sys";
version = "0.2.1";
edition = "2015";
sha256 = "0ppscg5qfqaw0gzwv2a4nhn5bn01ff9iwn6ysqnzm4n8s3myz76m";
libName = "ws2_32";
authors = [
"Peter Atashian <retep998@gmail.com>"
];
dependencies = [
{
name = "winapi";
packageId = "winapi 0.2.8";
}
];
buildDependencies = [
{
name = "winapi-build";
packageId = "winapi-build";
}
];
};