# 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 = "openshmem-rs" version = "1.5.3-1" authors = ["Yash Kumar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrappers for the OpenSHMEM API." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/kumaryash6352/openshmem-rs" [lib] name = "openshmem_rs" path = "src/lib.rs" [[bin]] name = "test_sharray" path = "src/bin/test_sharray.rs" [[bin]] name = "test_shbox" path = "src/bin/test_shbox.rs" [[example]] name = "atomic" path = "examples/atomic.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" doc-scrape-examples = true [[example]] name = "mandlebrot" path = "examples/mandlebrot.rs" [[example]] name = "n-body" path = "examples/n-body.rs" [[example]] name = "pass_the_port" path = "examples/pass_the_port.rs" [[example]] name = "reduction" path = "examples/reduction.rs" [[example]] name = "wait_until" path = "examples/wait_until.rs" [dependencies.bytemuck] version = "1.19" [dependencies.lazy_static] version = "1.5" [dependencies.openshmem-sys] version = "1.5" [dependencies.paste] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.10.0" [features] default = [] rma = []