# 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" rust-version = "1.59" name = "formula" version = "0.1.0" authors = ["Omid Rad "] description = "A parser and evaluator of spreadsheet-like formulas" documentation = "https://docs.rs/formula" readme = "README.md" keywords = [ "excel", "formula", "spreadsheet", "parser", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/omid/formula" resolver = "1" [dependencies.chrono] version = "0.4.22" [dependencies.pest] version = "2.4.0" [dependencies.pest_derive] version = "2.4.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.34" [dependencies.urlencoding] version = "2.1.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11.11" features = ["blocking"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.7" features = ["js"]