58 lines
1.5 KiB
TOML
58 lines
1.5 KiB
TOML
# 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "csv"
|
|
version = "1.1.6"
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
|
|
description = "Fast CSV parsing with support for serde."
|
|
homepage = "https://github.com/BurntSushi/rust-csv"
|
|
documentation = "http://burntsushi.net/rustdoc/csv/"
|
|
readme = "README.md"
|
|
keywords = ["csv", "comma", "parser", "delimited", "serde"]
|
|
categories = ["encoding", "parser-implementations"]
|
|
license = "Unlicense/MIT"
|
|
repository = "https://github.com/BurntSushi/rust-csv"
|
|
[profile.bench]
|
|
debug = true
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[lib]
|
|
bench = false
|
|
[dependencies.bstr]
|
|
version = "0.2.1"
|
|
features = ["serde1"]
|
|
|
|
[dependencies.csv-core]
|
|
version = "0.1.6"
|
|
|
|
[dependencies.itoa]
|
|
version = "0.4.3"
|
|
|
|
[dependencies.ryu]
|
|
version = "1"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.55"
|
|
[dev-dependencies.serde]
|
|
version = "1.0.55"
|
|
features = ["derive"]
|
|
[badges.appveyor]
|
|
repository = "BurntSushi/rust-csv"
|
|
|
|
[badges.travis-ci]
|
|
repository = "BurntSushi/rust-csv"
|