# 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 = "rshm" version = "0.1.0" description = "A library to use Linux's shm shared memory facilities in Rust" readme = "README.md" keywords = [ "shm", "linux", "condvar", ] categories = ["Memory management"] license = "GPL-3.0-or-later" repository = "https://github.com/dbregeon/rshm" [[example]] name = "log" crate-type = ["staticlib"] test = true [[example]] name = "io" crate-type = ["staticlib"] test = true [[example]] name = "dictionary" crate-type = ["staticlib"] test = true [dependencies.libc] version = "0.2.131" [dependencies.nix] version = "0.25" [dev-dependencies.clap] version = "4.0" features = ["derive"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.rand] version = "0.8.5"