# 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 = "mule" version = "0.5.0" authors = ["Amr Hassan "] description = "Strong-headed (yet flexible) parser of columnar datasets from CSV, TSV and other delimiter-separated datasets" keywords = ["csv", "tsv", "dataset", "columnar"] categories = ["parsing", "parser-implementations", "asynchronous"] license = "MIT" repository = "https://github.com/amrhassan/mule-rs" [package.metadata.docs.rs] all-features = true [dependencies.derive_more] version = "0" [dependencies.futures-core] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.maplit] version = "1" [dependencies.rayon] version = "1.5.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.4.0" features = ["fs", "io-util"] [dependencies.tokio-stream] version = "0.1" features = ["io-util"] [dev-dependencies.tokio] version = "1.4.0" features = ["fs", "io-util", "rt-multi-thread", "macros"]