# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "madsim-tokio" version = "0.2.30" authors = ["Runji Wang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The `tokio` simulator on madsim." homepage = "https://github.com/madsim-rs/madsim" readme = "README.md" keywords = [ "io", "async", "non-blocking", "futures", "simulator", ] categories = [ "asynchronous", "network-programming", "simulation", ] license = "Apache-2.0" repository = "https://github.com/madsim-rs/madsim" [lib] name = "madsim_tokio" path = "src/lib.rs" [dependencies.tokio] version = "1" [features] bytes = [] fs = ["tokio/fs"] full = [ "fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "sync", "time", ] io-std = ["tokio/io-std"] io-util = ["tokio/io-util"] libc = [] macros = ["tokio/macros"] memchr = [] mio = [] net = ["tokio/net"] num_cpus = [] once_cell = [] parking_lot = [] process = ["tokio/process"] rt = ["tokio/rt"] rt-multi-thread = ["tokio/rt-multi-thread"] signal = ["tokio/signal"] signal-hook-registry = [] socket2 = [] sync = ["tokio/sync"] test-util = ["tokio/test-util"] time = ["tokio/time"] tokio-macros = [] tracing = ["tokio/tracing"] [target."cfg(madsim)".dependencies.madsim] version = "0.2.19" [target."cfg(madsim)".dependencies.spin] version = "0.9" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(madsim)", "cfg(tokio_unstable)", ]