xlsx2csv 0.1.1

Excel XLSX to CSV converter
# 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]
name = "xlsx2csv"
version = "0.1.1"
authors = ["Huo Linhe <linhehuo@gmail.com>"]
description = "Excel XLSX to CSV converter"
homepage = "https://github.com/zitsen/xlsx2csv.rs"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/zitsen/xlsx2csv.rs"
[package.metadata.release]
pre-release-commit-message = "chore(release): release {{version}}"
pro-release-commit-message = "chore(dev): start next development iteration {{version}}"
[dependencies.calamine]
version = "0.12.1"

[dependencies.clap]
version = "2.29.2"

[dependencies.csv]
version = "1.0.0-beta.5"

[dependencies.pbr]
version = "1.0.0"