# 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 = "2015" name = "caring" version = "0.3.0" authors = ["Leo Gaspard ", "Simonas Kazlauskas ", "Bernardo Meurer "] description = "Sharing is caring: a safe library for mmap'ing memory in multiple processes" readme = "README.md" keywords = ["mmap", "memory-map", "io", "memmap"] categories = ["concurrency"] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/standard-ai/caring" [dependencies.interprocess-traits] version = "0.1.1" [dependencies.libc] version = "0.2.58" [dependencies.memfd] version = "0.3" [dependencies.thiserror] version = "1.0.14" [dev-dependencies.sendfd] version = "0.3" [badges.is-it-maintained-issue-resolution] repository = "standard-ai/caring" [badges.is-it-maintained-open-issues] repository = "standard-ai/caring" [badges.maintenance] status = "actively-developed"