bitness 0.4.0

Rust library for detecting OS bitness independently of the executable's bitness. Windows, GNU/Linux and FreeBSD currently supported.
Documentation
[dependencies.thiserror]
version = "1.0.22"

[package]
authors = ["Kjartan F. Kvamme <forbjok@gmail.com>"]
description = "Rust library for detecting OS bitness independently of the executable's bitness. Windows, GNU/Linux and FreeBSD currently supported."
edition = "2018"
license = "MIT/Apache-2.0"
name = "bitness"
readme = "README.md"
repository = "https://github.com/forbjok/rust-bitness"
version = "0.4.0"

[target.'cfg(all(unix, not(target_os = "freebsd")))'.dependencies.uname]
version = "0.1.1"

[target.'cfg(target_os = "freebsd")'.dependencies.sysctl]
version = "0.4.0"

[target."cfg(windows)".dependencies.winapi]
features = ["sysinfoapi"]
version = "0.3.9"