[package]
edition = "2024"
name = "asimov-host-module"
version = "0.0.1"
authors = ["ASIMOV Protocol <support@asimov.so>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASIMOV module for information about the current host."
homepage = "https://github.com/asimov-modules"
readme = "README.md"
keywords = [
"asimov-module",
"asimov",
"ai",
]
categories = [
"command-line-utilities",
"os",
"config",
"hardware-support",
"text-processing",
]
license = "Unlicense"
repository = "https://github.com/asimov-modules/asimov-host-module"
[features]
all = []
default = [
"all",
"std",
]
std = ["asimov-module/std"]
unstable = []
[lib]
name = "asimov_host_module"
path = "src/lib.rs"
[[bin]]
name = "asimov-host-emitter"
path = "src/main.rs"
[dependencies.asimov-module]
version = "25.0.0-dev.7"
default-features = false
[dependencies.whoami]
version = "1.6"
default-features = false
[profile.release]
opt-level = "z"
lto = "thin"
strip = true