[package] name = "uiuifree-text-data" version = "0.1.10" edition = "2021" authors = ["uiuifree"] description = "csv and excel convert" license = "MIT" repository="https://github.com/uiuifree/rust-text-data" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv="1.2" rayon = "1.7" calamine = "0.21.2" tokio = { version = "1", features = ["full"] } uiuifree-normalize ="0.1.1"