ferrosift-cli 0.1.0-alpha.1

Native command-line interface for FerroSift
# 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 = "2024"
rust-version = "1.97"
name = "ferrosift-cli"
version = "0.1.0-alpha.1"
authors = ["Sergii Ziborov <sergii@edgehawk.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native command-line interface for FerroSift"
homepage = "https://github.com/sergii-ziborov/ferrosift"
readme = "README.md"
keywords = [
    "cyberchef",
    "cli",
    "encoding",
    "forensics",
    "recipe",
]
categories = [
    "command-line-utilities",
    "encoding",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/sergii-ziborov/ferrosift"

[package.metadata.docs.rs]
all-features = true

[features]
analysis = ["ferrosift-operations/analysis"]
arithmetic = ["ferrosift-operations/arithmetic"]
compression = ["ferrosift-operations/compression"]
compression-bzip2 = ["ferrosift-operations/compression-bzip2"]
compression-deflate = ["ferrosift-operations/compression-deflate"]
crypto = ["ferrosift-operations/crypto"]
default = ["full"]
full = ["ferrosift-operations/full"]
hash = ["ferrosift-operations/hash"]
portable-full = ["ferrosift-operations/portable-full"]
text = ["ferrosift-operations/text"]

[[bin]]
name = "ferrosift"
path = "src/main.rs"
doc = false

[[test]]
name = "discovery"
path = "tests/discovery.rs"

[[test]]
name = "run"
path = "tests/run.rs"

[[test]]
name = "validate"
path = "tests/validate.rs"

[dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "error-context",
    "help",
    "std",
    "suggestions",
    "usage",
]
default-features = false

[dependencies.ferrosift-compat]
version = "0.1.0-alpha.1"

[dependencies.ferrosift-core]
version = "0.1.0-alpha.1"

[dependencies.ferrosift-model]
version = "0.1.0-alpha.1"

[dependencies.ferrosift-operations]
version = "0.1.0-alpha.1"
default-features = false

[dependencies.serde_json]
version = "1.0.151"

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

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

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"