# 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 = "ipcbus" version = "0.1.0" authors = ["Azon "] description = "Cross platform IPC bus" readme = "README.md" keywords = [] categories = [] license = "MPL-2.0" repository = "https://github.com/AntonSol919/linkspace" resolver = "1" [dependencies.tracing] version = "0.1.35" [features] default = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.event-listener] version = "2.5.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.fslock] version = "0.2.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.nix] version = "0.24.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.socket2] version = "0.4.4" features = ["all"] [target."cfg(target_arch = \"wasm32\")".dependencies.futures] version = "0.3.21"