# 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 = "crossmist" version = "1.1.2" authors = ["Alisa Sireneva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Efficient and seamless cross-process communication, both synchronously and asynchronously" documentation = "https://docs.rs/crossmist" readme = "README.md" keywords = ["multiprocessing"] categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/purplesyringa/crossmist/" [package.metadata.docs.rs] features = [ "tokio", "smol", "nightly", ] [lib] name = "crossmist" path = "src/lib.rs" [[example]] name = "worker_pool" path = "examples/worker_pool.rs" [[test]] name = "serde" path = "tests/serde.rs" [[test]] name = "smol" path = "tests/smol.rs" [[test]] name = "sync" path = "tests/main.rs" [[test]] name = "tokio" path = "tests/tokio.rs" [dependencies.async-fs] version = "2" optional = true [dependencies.async-io] version = "2" optional = true [dependencies.crossmist-derive] version = "=1.0.2" [dependencies.paste] version = "1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.macro_rules_attribute] version = "0.2" [dev-dependencies.smol] version = "2" [dev-dependencies.smol-macros] version = "0.1" [features] nightly = [] smol = [ "dep:async-fs", "dep:async-io", "dep:futures-lite", ] tokio = ["dep:tokio"] [target."cfg(unix)".dependencies.nix] version = "0.27" features = [ "fs", "process", "sched", "signal", "socket", "uio", ] [target."cfg(unix)".dependencies.tokio] version = "1" features = [ "fs", "macros", "net", "rt", "sync", ] optional = true [target."cfg(windows)".dependencies.futures-lite] version = "2" optional = true [target."cfg(windows)".dependencies.lazy_static] version = "1.4.0" [target."cfg(windows)".dependencies.tokio] version = "1" features = [ "rt", "macros", "fs", "io-util", "sync", ] optional = true [target."cfg(windows)".dependencies.windows] version = "0.39.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming", ]