# 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-stream" version = "0.1.3" description = "For building CSVs as Streams or Iterators" keywords = ["csv", "comma", "delimited", "serde"] categories = ["encoding"] license = "Unlicense/MIT" repository = "https://github.com/conradludgate/csv-stream" resolver = "2" [dependencies.bstr] version = "0.2" features = ["serde1"] [dependencies.csv-core] version = "0.1" [dependencies.futures] version = "0.3" optional = true [dependencies.itoa] version = "0.4" [dependencies.pin-project] version = "1" optional = true [dependencies.ryu] version = "1" [dependencies.serde] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["stream"] stream = ["futures", "pin-project"]