lemmeknow 0.7.0

Identify any mysterious text or analyze strings from a file
Documentation
[[bin]]
name = "lemmeknow"
path = "src/main.rs"
required-features = ["cli"]
[build-dependencies.fancy-regex]
version = "0.10"

[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.uneval]
version = "0.2.4"
[dependencies.once_cell]
version = "1.13.0"

[dependencies.regex]
version = "1.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.assert_fs]
version = "1.0"

[dev-dependencies.predicates]
version = "2.1"

[features]
cli = ["comfy-table", "clap"]
default = ["cli"]

[lib]
crate-type = ["lib"]
name = "lemmeknow"
path = "src/lib.rs"

[package]
authors = ["swanandx"]
categories = ["accessibility", "command-line-utilities", "text-processing", "parsing", "encoding"]
description = "Identify any mysterious text or analyze strings from a file"
documentation = "https://docs.rs/lemmeknow"
edition = "2021"
exclude = ["images/", ".github/"]
homepage = "https://github.com/swanandx/lemmeknow"
keywords = ["cryptography", "cybersecurity", "regex", "forensics", "identify"]
license = "MIT"
name = "lemmeknow"
readme = "README.md"
repository = "https://github.com/swanandx/lemmeknow"
version = "0.7.0"
[profile.release]
lto = "fat"
panic = "abort"
strip = "symbols"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
features = ["derive"]
optional = true
version = "4.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.comfy-table]
optional = true
version = "6.0.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon]
version = "1.5"