1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "csv" 16version = "1.1.6" 17authors = ["Andrew Gallant <jamslam@gmail.com>"] 18exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"] 19description = "Fast CSV parsing with support for serde." 20homepage = "https://github.com/BurntSushi/rust-csv" 21documentation = "http://burntsushi.net/rustdoc/csv/" 22readme = "README.md" 23keywords = ["csv", "comma", "parser", "delimited", "serde"] 24categories = ["encoding", "parser-implementations"] 25license = "Unlicense/MIT" 26repository = "https://github.com/BurntSushi/rust-csv" 27[profile.bench] 28debug = true 29 30[profile.release] 31debug = true 32 33[lib] 34bench = false 35[dependencies.bstr] 36version = "0.2.1" 37features = ["serde1"] 38 39[dependencies.csv-core] 40version = "0.1.6" 41 42[dependencies.itoa] 43version = "0.4.3" 44 45[dependencies.ryu] 46version = "1" 47 48[dependencies.serde] 49version = "1.0.55" 50[dev-dependencies.serde] 51version = "1.0.55" 52features = ["derive"] 53[badges.appveyor] 54repository = "BurntSushi/rust-csv" 55 56[badges.travis-ci] 57repository = "BurntSushi/rust-csv" 58