# 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 = "csv-to-usv" version = "1.5.4" authors = ["Joel Parker Henderson "] description = "CVS to USV: Convert Comma Separated Values (CSV) to Unicode Separated Values (USV) for data markup, including for spreadsheets, databases, text files, and more." readme = "README.md" keywords = [ "csv", "usv", "data", "import", "export", ] categories = [ "command-line-utilities", "encoding", "data-structures", "parsing", ] license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0" repository = "https://github.com/sixarm/csv-to-usv-rust-crate/" [[bench]] name = "example" harness = false [dependencies.clap] version = "4.5.2" features = ["cargo"] [dependencies.csv] version = "1" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.usv] version = "0.19.1" [dev-dependencies.criterion] version = ">= 0.5" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.rand] version = ">= 0.8"