# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "csvre" version = "0.1.0" authors = ["Oskari Timperi "] description = "A simple tool for replacing data in CSV columns with regular expressions." homepage = "https://github.com/oswjk/csvre" readme = "README.md" keywords = ["csv", "command", "regex"] categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0-or-later" repository = "https://github.com/oswjk/csvre" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.csv] version = "1" [dependencies.docopt] version = "1.0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0"