# 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 = "minos-codex" version = "0.0.32" authors = ["Ryan LaBouve "] description = "Minos Codex is a tool for detecting and identifying secrets in a string" readme = "readme.md" license = "GPL-3.0-only" [package.metadata.cross] xargo = false [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.regex] version = "1.10.5" [dependencies.rust-embed] version = "8.4.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.14"