shared-data 0.0.1

A Rust library for data structures living in shared memory.
Documentation
# 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 = "shared-data"
version = "0.0.1"
authors = ["Alan Jeffrey <ajeffrey@mozilla.com>"]
description = "A Rust library for data structures living in shared memory."
license = "MPL-2.0"

[lib]
path = "src/lib.rs"

[[bin]]
name = "child"
path = "tests/integration/child.rs"
test = false

[[test]]
name = "integration"
path = "tests/integration/mod.rs"
[dependencies.array-macro]
version = "0.1"

[dependencies.arrayvec]
version = "0.4"

[dependencies.atom]
version = "0.3"

[dependencies.env_logger]
version = "0.4"

[dependencies.ipc-channel]
version = "0.12"
optional = true

[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.no-panic]
version = "0.1"
optional = true

[dependencies.num-derive]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.owning_ref]
version = "0.4"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.shared_memory]
version = "0.8"

[features]
ipc = ["ipc-channel", "serde"]