# 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 = "wcore" version = "0.5.1" authors = ["James Butcher "] description = "A highly abstracted mathematical programming language" license = "MIT" repository = "https://github.com/Wlanguage/core" resolver = "2" [[bench]] name = "core_bench" harness = false [dependencies.criterion] version = "0.3.5" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.phf] version = "0.10.1" features = ["macros"] [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.5" [dependencies.substring] version = "1.4.5"