floss-cli 0.1.2

在 Rust 中以子进程方式调用 FLARE FLOSS CLI,并可选解析 -j JSON 输出
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["io-util", "macros", "process", "rt", "rt-multi-thread", "sync", "time"]
version = "1"

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

[lints.clippy]
allow_attributes = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
warnings = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "在 Rust 中以子进程方式调用 FLARE FLOSS CLI,并可选解析 -j JSON 输出"
edition = "2021"
keywords = ["floss", "malware", "reverse-engineering", "cli", "wrapper"]
license = "Apache-2.0"
name = "floss-cli"
readme = "README.md"
repository = "https://github.com/ze-mu-zhou/floss-cli"
version = "0.1.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading"]
version = "0.61.2"