# 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 = "prefix" version = "1.1.5" authors = ["Shivix"] build = "build.rs" exclude = [ ".gitignore", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A customizable pretty printer for FIX messages" readme = "README.md" keywords = [ "fix", "parser", "pretty", "print", "cli", ] categories = [ "command-line-utilities", "text-processing", "visualization", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/Shivix/prefix" [[bin]] name = "prefix" path = "src/main.rs" [dependencies.clap] version = "4.5.9" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.regex] version = "1.10.5" [build-dependencies.clap] version = "4.5.9" [build-dependencies.clap_complete] version = "4.5.8" [build-dependencies.clap_mangen] version = "0.2.22"