| version = "0.1.10" #:version |
| authors = ["Andrew Gallant <jamslam@gmail.com>"] |
| description = "Bare bones CSV parsing with no_std support." |
| documentation = "https://docs.rs/csv-core" |
| homepage = "https://github.com/BurntSushi/rust-csv" |
| repository = "https://github.com/BurntSushi/rust-csv" |
| keywords = ["csv", "comma", "parser", "delimited", "no_std"] |
| license = "Unlicense/MIT" |
| categories = ["encoding", "no-std", "parser-implementations"] |
| travis-ci = { repository = "BurntSushi/rust-csv" } |
| appveyor = { repository = "BurntSushi/rust-csv" } |
| memchr = { version = "2", default-features = false } |
| arrayvec = { version = "0.5", default-features = false } |