# 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 = "lemmeknow" version = "0.8.0" authors = ["swanandx"] exclude = [ "images/", ".github/", ] description = "Identify any mysterious text or analyze strings from a file" homepage = "https://github.com/swanandx/lemmeknow" documentation = "https://docs.rs/lemmeknow" readme = "README.md" keywords = [ "cryptography", "cybersecurity", "regex", "forensics", "identify", ] categories = [ "command-line-utilities", "text-processing", "parsing", "wasm", ] license = "MIT" repository = "https://github.com/swanandx/lemmeknow" [profile.release] lto = "thin" panic = "abort" strip = "symbols" [lib] name = "lemmeknow" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "lemmeknow" path = "src/main.rs" required-features = ["cli"] [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "3.0" [build-dependencies.fancy-regex] version = "0.11" [build-dependencies.regex] version = "1.8" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] cli = [ "comfy-table", "clap", ] default = ["cli"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "4.3" features = ["derive"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.comfy-table] version = "6.1.4" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] version = "1.7"