# 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 = "2018" name = "oca-rust" version = "0.2.23" authors = [ "Marcin Olichwiruk ", "Robert Mitwicki ", "MichaƂ Pietrus ", ] description = "Rust implementation of Overlays Capture Architecture" readme = "README.md" license = "GPL-3.0" [[bin]] name = "parser" required-features = [ "command_line", "xls_parser", ] [dependencies.calamine] version = "0.18.0" optional = true [dependencies.clap] version = "3.0.0-beta.4" optional = true [dependencies.erased-serde] version = "0.3.16" [dependencies.indexmap] version = "1.8.0" [dependencies.regex] version = "1.5.4" [dependencies.said] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.wasm-bindgen] version = "0.2.77" [dependencies.xlsxwriter] version = "0.5.0" optional = true [dependencies.zip] version = "0.5.13" optional = true [dev-dependencies.maplit] version = "1.0.2" [features] command_line = [ "clap", "zip", ] xls_parser = [ "calamine", "xlsxwriter", ]