blob: 0f43cb04f4c45ec6532e888079d3e929a23876e2 [file] [log] [blame]
Jakub Kotur7e6f3502020-12-21 17:28:15 +01001# 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-core"
16version = "0.1.10"
17authors = ["Andrew Gallant <jamslam@gmail.com>"]
18description = "Bare bones CSV parsing with no_std support."
19homepage = "https://github.com/BurntSushi/rust-csv"
20documentation = "https://docs.rs/csv-core"
21readme = "README.md"
22keywords = ["csv", "comma", "parser", "delimited", "no_std"]
23categories = ["encoding", "no-std", "parser-implementations"]
24license = "Unlicense/MIT"
25repository = "https://github.com/BurntSushi/rust-csv"
26
27[lib]
28bench = false
29[dependencies.memchr]
30version = "2"
31default-features = false
32[dev-dependencies.arrayvec]
33version = "0.5"
34default-features = false
35
36[features]
37default = []
38libc = ["memchr/libc"]
39[badges.appveyor]
40repository = "BurntSushi/rust-csv"
41
42[badges.travis-ci]
43repository = "BurntSushi/rust-csv"