# 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 = "oca-parser-xls" version = "3.0.0-rc.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool for parsing XLS file into OCA" readme = "README.md" license = "EUPL-1.2" repository = "https://github.com/THCLab/oca-parser-xls" [lib] name = "oca_parser_xls" path = "src/lib.rs" [[bin]] name = "parser" path = "src/bin/parser.rs" [[test]] name = "parse_entries_xls" path = "tests/parse_entries_xls.rs" [[test]] name = "parse_oca_xls" path = "tests/parse_oca_xls.rs" [dependencies.calamine] version = "0.18.0" [dependencies.clap] version = "3.2.18" [dependencies.isolang] version = "2.3.0" [dependencies.oca-ast-semantics] version = "0.6.0" [dependencies.oca-bundle-semantics] version = "0.6.0" features = ["format_overlay"] [dependencies.oca-file-semantics] version = "0.6.0" [dependencies.said] version = "0.1.2" [dependencies.semver] version = "1.0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.xlsxwriter] version = "0.6.0"