[dependencies.serde]
optional = true
version = "1.0.219"
[features]
av-defs = []
default = ["windows", "linux"]
dotnet-defs = []
linux = []
std = ["dep:serde", "windows", "linux", "dotnet-defs"]
windows = []
[lib]
name = "azathoth_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core OS types for the AzathothC2 project"
edition = "2024"
license = "MIT"
name = "azathoth-core"
readme = "README.md"
repository = "https://github.com/AzathothC2/azathoth-core"
version = "0.1.4"