network-collections 0.1.7

Collections suitable for use with networking, particularly when a fixed memory usage is required to prevent out-of-memory crashes. Includes two kinds of least recently used caches, a bounded hash map, a magic ring buffer (virtual ring buffer) and an arena allocator.
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]
name = "network-collections"
version = "0.1.7"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
publish = true
description = "Collections suitable for use with networking, particularly when a fixed memory usage is required to prevent out-of-memory crashes. Includes two kinds of least recently used caches, a bounded hash map, a magic ring buffer (virtual ring buffer) and an arena allocator."
homepage = "https://github.com/lemonrock/network"
readme = "README.md"
keywords = ["network", "cache", "magic", "ring", "buffer"]
categories = ["data-structures", "memory-management", "network-programming"]
license = "AGPL-3.0"
repository = "https://github.com/lemonrock/network.git"
[dependencies.arrayvec]
version = "^0.4"
features = ["serde-1"]

[dependencies.libc]
version = "^0.2"

[dependencies.likely]
version = "^0.1"

[dependencies.network-time]
version = "^0.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[target."cfg(any(os = \"android\", os = \"linux\"))".dependencies.dpdk-unix]
version = "^0.1"