-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 889 Bytes
/
Cargo.toml
File metadata and controls
23 lines (21 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "que_core"
version = "0.1.0"
edition = "2021"
description = "QUE CORE Rust Engine - High-performance system integration for AI agents. Provides battery monitoring, system info, shell execution, and network operations."
license = "MIT"
authors = ["QUE CORE Team <sarathbabuc@duck.com>"]
homepage = "https://github.com/qubasehq/que-tools"
repository = "https://github.com/qubasehq/que-tools"
readme = "README.md"
keywords = ["ai-agents", "system-control", "automation", "cross-platform", "pyo3"]
categories = ["api-bindings", "os", "development-tools", "system-tools"]
[lib]
name = "que_core_engine"
crate-type = ["cdylib", "rlib"]
[dependencies]
pyo3 = { version = "0.21", features = ["extension-module"] }
sysinfo = "0.30"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# Add platform-specific crates later (winapi, core-foundation, x11-rs, etc.)