# 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 = "swiss-army-knife" version = "0.0.37" authors = ["Raphael Cohn "] exclude = ["*"] include = [ "README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml", ] publish = true description = "Common utility code to support linux-support and other projects" homepage = "https://github.com/lemonrock/linux-support" readme = "README.md" keywords = [ "utilities", "utils", "miscellaneous", "miscellany", ] categories = ["rust-patterns"] license = "AGPL-3.0" repository = "https://github.com/lemonrock/linux-support.git" [dependencies.static_assertions] version = "^1.1" [target."cfg(target_pointer_width = \"64\")".dependencies.arrayvec] version = "^0.7.0" features = [ "std", "serde", ] [target."cfg(target_pointer_width = \"64\")".dependencies.cfg-if] version = "1.0.0" [target."cfg(target_pointer_width = \"64\")".dependencies.hashbrown] version = "^0.9.1" features = [ "nightly", "serde", "raw", "inline-more", "ahash", "ahash-compile-time-rng", ] [target."cfg(target_pointer_width = \"64\")".dependencies.libc] version = "^0.2.93" features = [ "const-extern-fn", "extra_traits", "std", ] [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] version = "^1.0" features = [ "derive", "rc", ]