ruvector-memopt 0.3.1

Intelligent Windows memory optimizer with neural learning capabilities for smart optimization decisions
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 = "2021"
rust-version = "1.75"
name = "ruvector-memopt"
version = "0.3.1"
authors = ["ruv <ruvnet@users.noreply.github.com>"]
build = "build.rs"
exclude = [
    "dist/*",
    "installer/*",
    "target/*",
    ".github/*",
    "*.exe",
    "*.msi",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligent Windows memory optimizer with neural learning capabilities for smart optimization decisions"
homepage = "https://github.com/ruvnet/optimizer"
documentation = "https://docs.rs/ruvector-memopt"
readme = "README.md"
keywords = [
    "memory",
    "optimizer",
    "windows",
    "neural",
    "performance",
]
categories = [
    "memory-management",
    "os::windows-apis",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/ruvnet/optimizer"

[features]
ai = [
    "reqwest",
    "dep:nvml-wrapper",
]
ai-full = [
    "ai",
    "nvml",
]
default = []
nvml = ["dep:nvml-wrapper"]

[lib]
name = "ruvector_memopt"
path = "src/lib.rs"

[[bin]]
name = "ruvector-memopt"
path = "src/main.rs"

[[bin]]
name = "ruvector-memopt-service"
path = "src/service/main.rs"

[[bin]]
name = "ruvector-memopt-tray"
path = "src/tray_main.rs"

[[bin]]
name = "simd_bench"
path = "src/bin/simd_bench.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.interprocess]
version = "2.0"

[dependencies.ndarray]
version = "0.15"

[dependencies.num_cpus]
version = "1.16"

[dependencies.nvml-wrapper]
version = "0.9"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.11"
features = ["json"]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.30"

[dependencies.tokio]
version = "1.36"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tray-icon]
version = "0.14"

[dependencies.wasmer]
version = "4.3"

[dependencies.wasmer-compiler-singlepass]
version = "4.3"

[dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_System_Memory",
    "Win32_System_ProcessStatus",
    "Win32_System_Threading",
    "Win32_System_SystemInformation",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_Security",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
    "Win32_Graphics_Dxgi",
]

[dependencies.windows-service]
version = "0.7"

[dependencies.winit]
version = "0.30"
features = ["rwh_06"]

[build-dependencies.embed-resource]
version = "2.4"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "memoryapi",
    "psapi",
    "processthreadsapi",
    "sysinfoapi",
    "winbase",
    "winnt",
    "errhandlingapi",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true