代码拉取完成,页面将自动刷新
[package]
name = "hmir"
version = "0.1.0"
edition = "2021"
authors = ["Wujie Duan <dev17001@linx-info.com>"]
license = "Apache-2.0"
repository = "https://gitee.com/openeuler/hmir"
homepage = "https://gitee.com/openeuler/hmir"
description = "Host management in rust "
readme = "README.md"
[dependencies]
psutil= "3.2.1"
anyhow = "1.0.66"
single-instance = "0.3.3"
constants = {path = "constants"}
log4rs = "1.2.0"
log = "0.4.17"
clap = "3.2.23"
tokio = { version = "1.16", features = ["full"] }
tokio-stream = { version = "0.1", features = ["sync"] }
jsonrpsee = { version = "0.15.1", features = ["full"] }
jsonrpsee-core = "0.15.1"
jsonrpsee-types = "0.15.1"
futures = "0.3"
lazy_static = "1.4.0"
serde_json = "1.0.87"
serde = { version = "1.0.147", features = ["derive"] }
nix = "0.25.0"
core_affinity = "0.7.6"
ssh2 = "0.9.3"
pam = "0.7.0"
cfg = "0.5.0"
#tensorflow = {path = "tensorflow-rust", version="0.19.1"}
#clickhouse = "0.11.2"
udev = "^0.7.0"
regex = "1.7.0"
sysinfo = "0.27.1"
chrono = "0.4.31"
hmir-hash = {path = "hmir-hash" }
hmir-ovs = {path = "hmir-ovs" }
hmir-ceph = {path = "hmir-ceph" }
hmir-token = {path = "hmir-token"}
hmir-errno = {path = "hmir-errno"}
hmir-protocol = { path = "hmir-protocol"}
hmir-sysinfo = { path = "hmir-sysinfo"}
hmir-psutil = {path = "hmir-psutil" }
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"
hmir-systemd = {path = "hmir-systemd" }
iptables = "0.5.0"
hmir-ipmitool = { path = "hmir-ipmitool"}
hmir-virt = {path = "hmir-virt"}
#hmir-dpkg = {path = "hmir-dpkg"}
[dev-dependencies]
#clickhouse = { version = "0.11.2", features = ["test-util"] }
[[test]]
name = "integration"
path = "tests/tests.rs"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。