# 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 = "xfeval" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "the Excel-like formula calculator" homepage = "https://github.com/lync91/xfeval" readme = "README.md" license = "MIT" repository = "https://github.com/lync91/xfeval" [lib] name = "xfeval" path = "src/lib.rs" [[test]] name = "tests_calculate" path = "tests/tests_calculate.rs" [dependencies.assert_approx_eq] version = "1.1.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.rust_decimal] version = "1.36.0" [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210"