swiss-army-knife 0.0.21

Common utility code to support linux-support and other projects
Documentation
[dependencies.static_assertions]
version = "^1.1"

[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
categories = ["rust-patterns"]
description = "Common utility code to support linux-support and other projects"
edition = "2018"
exclude = ["*"]
homepage = "https://github.com/lemonrock/linux-support"
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
keywords = ["utilities", "utils", "miscellaneous", "miscellany"]
license = "AGPL-3.0"
name = "swiss-army-knife"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/linux-support.git"
version = "0.0.21"
[target."cfg(target_pointer_width = \"64\")".dependencies.hashbrown]
features = ["nightly", "serde", "raw", "inline-more", "ahash", "ahash-compile-time-rng"]
version = "^0.9.1"

[target."cfg(target_pointer_width = \"64\")".dependencies.libc]
features = ["const-extern-fn", "extra_traits", "std"]
version = "^0.2.93"

[target."cfg(target_pointer_width = \"64\")".dependencies.likely]
version = "^0.2.0"

[target."cfg(target_pointer_width = \"64\")".dependencies.memchr]
version = "^2.3.3"

[target."cfg(target_pointer_width = \"64\")".dependencies.serde]
features = ["derive", "rc"]
version = "^1.0"