asimov-host-module 0.0.1

ASIMOV module for information about the current host.
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 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 = "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