yafo 0.1.1

Yet another file obfuscator
Documentation
# 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 = "2021"
name = "yafo"
version = "0.1.1"
authors = [
    "Cyandev <unixzii@gmail.com>",
    "ktiays <cuansky@gmail.com>",
]
description = "Yet another file obfuscator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Helixform/yafo"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true

[lib]
crate-type = [
    "lib",
    "staticlib",
]

[[bin]]
name = "yafo"
path = "cli/main.rs"
doc = false
required-features = ["cli"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.clap]
version = "4.3"
features = ["derive"]
optional = true

[dependencies.generic-array]
version = "0.14"

[dependencies.indicatif]
version = "0.17"
optional = true

[dependencies.sha-1]
version = "0.10.1"

[dev-dependencies.aes]
version = "0.8.2"

[dev-dependencies.tea-soft]
version = "0.3.0"

[build-dependencies.cbindgen]
version = "0.24.3"

[features]
cli = [
    "dep:anyhow",
    "dep:clap",
    "dep:indicatif",
]
ffi = []