# 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 = "parse2csv" version = "0.2.0" authors = ["lei.zhao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "parse log-file and output to stdout as csv file by regex" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/oizhaolei/parse2csv" [package.metadata.rpm.cargo] buildflags = ["--release"] target = "x86_64-unknown-linux-musl" [package.metadata.rpm.targets.parse2csv] path = "/usr/bin/parse2csv" [[bin]] name = "parse2csv" path = "src/main.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.regex] version = "1.10.5"