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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "csv-core" 15version = "0.1.11" 16authors = ["Andrew Gallant <[email protected]>"] 17description = "Bare bones CSV parsing with no_std support." 18homepage = "https://github.com/BurntSushi/rust-csv" 19documentation = "https://docs.rs/csv-core" 20readme = "README.md" 21keywords = [ 22 "csv", 23 "comma", 24 "parser", 25 "delimited", 26 "no_std", 27] 28categories = [ 29 "encoding", 30 "no-std", 31 "parser-implementations", 32] 33license = "Unlicense/MIT" 34repository = "https://github.com/BurntSushi/rust-csv" 35resolver = "2" 36 37[lib] 38bench = false 39 40[dependencies.memchr] 41version = "2" 42default-features = false 43 44[dev-dependencies.arrayvec] 45version = "0.5" 46default-features = false 47 48[features] 49default = [] 50libc = ["memchr/libc"] 51 52[badges.appveyor] 53repository = "BurntSushi/rust-csv" 54 55[badges.travis-ci] 56repository = "BurntSushi/rust-csv" 57