# 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 = "num_parser2" version = "0.1.0" authors = ["0xJWLabs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A math interpreter and evaluator (fork of num_parser)" homepage = "https://github.com/0xJWLabs/num_parser2" documentation = "https://docs.rs/num_parser2" readme = "README.md" keywords = [ "math", "parser", "evaluator", "complex", "analysis", ] categories = [ "mathematics", "parsing", ] license = "MIT" repository = "https://github.com/0xJWLabs/num_parser2.git" [lib] name = "num_parser2" path = "src/lib.rs" [dependencies.itertools] version = "0.13.0" [dependencies.num] version = "0.4.3" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true [dependencies.tuple-conv] version = "1.0.1" [features] serde_support = ["serde"]