# 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 = "spork" version = "0.1.0" description = "Safe process fork." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/konnorandrews/dungeon-cell" [dependencies.base64] version = "0.13.1" features = ["std"] default-features = false [dependencies.ipc-channel] version = "0.16.0" default-features = false [dependencies.rand] version = "0.8.5" features = [ "std_rng", "std", ] default-features = false [dependencies.rmp-serde] version = "1.1.1" default-features = false [dependencies.serde] version = "1.0.148" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.37" default-features = false [dev-dependencies.once_cell] version = "1.16.0" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tempfile] version = "3.3.0"