提交 91b1a185 authored 作者: Serhij S's avatar Serhij S

removed fips from eva-common

上级 35e88dad
......@@ -11,10 +11,10 @@ readme = "README.md"
autoexamples = false
[package.metadata.docs.rs]
features = ["full", "eva-common/openssl-no-fips"]
features = ["full"]
[package.metadata.playground]
features = ["full", "eva-common/openssl-no-fips"]
features = ["full"]
[dependencies]
atomic-timer = { version = "0.2", features = ["serde"] }
......@@ -36,7 +36,7 @@ sysinfo = "0.29"
thiserror = "1.0.57"
tracing = "0.1.40"
signal-hook = "0.3.17"
eva-common = { version = "^0.3.85", features = ["events", "payload", "common-payloads", "acl"], optional = true }
eva-common = { version = "^0.3.88", default-features = false, features = ["events", "payload", "common-payloads", "acl"], optional = true }
eva-sdk = { version = "^0.3.62", features = ["controller"], optional = true }
busrt = { version = "0.4.9", features = ["rpc", "ipc"], optional = true }
tokio = { version = "1.36.0", optional = true }
......@@ -66,7 +66,6 @@ pipe = ["tokio/process", "tokio/io-util", "tokio/macros", "tokio/rt", "tokio/tim
rvideo = ["dep:rvideo"]
rflow = ["dep:rflow"]
modbus = ["rmodbus"]
openssl-vendored = ["busrt/openssl-vendored", "eva-common/openssl-vendored"]
metrics = ["dep:metrics", "metrics-exporter-prometheus", "metrics-exporter-scope", "tokio", "quanta"]
async = ["dep:parking_lot_rt"]
full = ["eapi", "modbus", "metrics", "pipe", "rvideo", "rflow", "async", "json", "msgpack"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论