ibag 0.3.5

A thread-safe, immutable bag for holding any value
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 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 = "ibag"
version = "0.3.5"
authors = ["Brian G"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thread-safe, immutable bag for holding any value"
readme = "README.md"
license = "MIT"
repository = "https://github.com/open1s/ibag.git"

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

[[test]]
name = "basic_operations"
path = "tests/basic_operations.rs"

[[test]]
name = "basic_usage"
path = "tests/basic_usage.rs"

[[test]]
name = "thread_safety"
path = "tests/thread_safety.rs"

[dependencies]