# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "madato" version = "0.7.0" authors = ["Ramon Buckland "] exclude = [ "doc/*", "assets/*", "test/*", ] description = "A library and command line tool for reading and writing tabular data (XLS, ODS, CSV, YAML), and Markdown" readme = "README.md" keywords = [ "markdown", "excel", "yaml", "csv", "json", ] license = "MIT/Apache-2.0" repository = "https://github.com/inosion/madato" [lib] crate-type = [ "rlib", "cdylib", ] [[bin]] name = "madato" [dependencies.calamine] version = "0.24" optional = true [dependencies.csv] version = "1.3.0" [dependencies.docopt] version = "1.0.0" optional = true [dependencies.indexmap] version = "1.0.1" [dependencies.linked-hash-map] version = "0.5.1" features = ["serde_impl"] [dependencies.pyo3] version = "0.21.2" features = [ "extension-module", "generate-import-lib", ] optional = true [dependencies.pythonize] version = "0.21.1" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0.59" [dev-dependencies.tempfile] version = "3.10.1" [features] cli = [ "spreadsheets", "dep:docopt", ] default = ["cli"] python = [ "dep:pyo3", "dep:pythonize", ] spreadsheets = ["dep:calamine"]