[package] name = "aaa_csv_challenge" version = "0.1.0" edition = "2018" authors = ["Kevin.Miao "] description = "A tool for reading and replacing words in a CSV file." license = "MIT OR Apache-2.0" #license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] failure = "0.1.8" failure_derive = "0.1.8" lazy_static = "1.4.0" regex = "1.5.4" lazy-regex = "2.2.1" structopt = "0.3.23" structopt-derive = "0.4.16"