# 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 = "cpc" version = "1.9.3" authors = ["Kasper Henningsen"] description = "evaluates math expressions, with support for units and conversion between units" homepage = "https://github.com/probablykasper/cpc#readme" documentation = "https://docs.rs/cpc" readme = "README.md" keywords = [ "math", "expression", "evaluate", "units", "convert", ] categories = [ "mathematics", "science", "parsing", "text-processing", "value-formatting", ] license = "MIT" repository = "https://github.com/probablykasper/cpc" [dependencies.decimal] version = "2.1" features = [ "serde", "ord_subset", ] default-features = false [dependencies.unicode-segmentation] version = "1.10" [dev-dependencies.regex] version = "1.7"