formualizer-common 2.0.0

Core value, reference, and error types shared across the Formualizer parser and engine
Documentation
# 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 = "2024"
name = "formualizer-common"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core value, reference, and error types shared across the Formualizer parser and engine"
homepage = "https://github.com/psu3d0/formualizer"
documentation = "https://docs.rs/formualizer"
readme = "README.md"
keywords = [
    "spreadsheet",
    "excel",
    "types",
    "cell",
    "reference",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/psu3d0/formualizer"
resolver = "2"

[features]
default = []
serde = ["dep:serde"]

[lib]
name = "formualizer_common"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.41"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true