# 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 = "ironcalc_base" version = "0.2.0" authors = ["Nicolás Hatcher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The democratization of spreadsheets" homepage = "https://www.ironcalc.com" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ironcalc/ironcalc/" [lib] name = "ironcalc_base" path = "src/lib.rs" [[example]] name = "formulas_and_errors" path = "examples/formulas_and_errors.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.bitcode] version = "0.6.0" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.9" [dependencies.once_cell] version = "1.16.0" [dependencies.regex] version = "1.0" [dependencies.ryu] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand] version = "0.8.5" [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.69"