# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ipmpsc" version = "0.5.1" authors = ["Joel Dice "] include = ["Cargo.toml", "LICENSE.md", "README.md", "src/**/*", "examples/**/*"] description = "Inter-process Multiple Producer, Single Consumer Channels" documentation = "https://docs.rs/ipmpsc/" readme = "README.md" keywords = ["ipc", "shared"] license = "MIT" repository = "https://github.com/dicej/ipmpsc" [profile.release] debug = true [dependencies.anyhow] version = "1" optional = true [dependencies.bincode] version = "1" [dependencies.libc] version = "0.2" [dependencies.memmap2] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "2" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.serde_bytes] version = "0.11" [build-dependencies.vergen] version = "3" [features] fork = ["anyhow", "errno"] [target."cfg(unix)".dependencies.errno] version = "0.2" optional = true [target."cfg(unix)".dev-dependencies.errno] version = "0.2" [target."cfg(windows)".dependencies.hex] version = "0.4" [target."cfg(windows)".dependencies.sha2] version = "0.9" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["synchapi"]