[package] name = "fork-map" version = "0.1.3" edition = "2021" license = "MIT" description = "A crate for running operations in a child process spawned by `fork()`" keywords = ["parallel", "concurrency", "cursed"] categories = ["concurrency"] homepage = "https://github.com/CouleeApps/fork-map" documentation = "https://docs.rs/fork-map" repository = "https://github.com/CouleeApps/fork-map" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" libc = "0.2" serde = "1.0" serde-error = "0.1.2" serde_json = "1.0"