# 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 = "numcore" version = "1.0.0" authors = ["BearToCode"] description = "A math interpreter and evaluator" homepage = "https://github.com/BearToCode/Numerus/tree/master/src-tauri/numcore" documentation = "https://docs.rs/numcore" readme = "README.md" keywords = [ "math", "parser", "evaluator", "complex", "analysis", ] categories = [ "mathematics", "parsing", ] license = "MIT" repository = "https://github.com/BearToCode/Numerus.git" resolver = "2" [lib] name = "numcore" path = "src/lib.rs" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4.0" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tuple-conv] version = "1.0.1" [features] serde_support = ["serde"]