# 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 = "excel-emulator" version = "0.1.0" description = "Convert Excel workbooks into Rust logic." readme = "README.md" keywords = [ "excel", "xlsx", "emulator", ] categories = [ "command-line-utilities", "parsing", ] license-file = "LICENSE" repository = "https://github.com/natefduncan/excel-emulator.git" resolver = "2" [lib] name = "excel_lib" path = "src/lib.rs" [[bin]] name = "excel" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.61" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.2.19" features = ["derive"] [dependencies.excel-emulator-macro] version = "0.1.0" [dependencies.indicatif] version = "0.17.1" [dependencies.libmath] version = "0.2.1" [dependencies.ndarray] version = "0.15.6" [dependencies.nom] version = "7.1.1" [dependencies.petgraph] version = "0.6.2" [dependencies.quick-xml] version = "0.23.0" features = [ "serde", "serialize", "encoding", ] [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.143" [dependencies.syn] version = "1.0.99" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1.0.31" [dependencies.zip] version = "0.6.2"