# 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 = "simplexpr" version = "0.1.0" authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"] build = "build.rs" description = "A simple expression language, used as a part of eww" homepage = "https://github.com/elkowar/eww" readme = "README.md" license = "MIT" repository = "https://github.com/elkowar/eww" [dependencies.eww_shared_util] version = "0.1.0" [dependencies.itertools] version = "0.10" [dependencies.lalrpop-util] version = "0.19.5" [dependencies.levenshtein] version = "1.0" [dependencies.once_cell] version = "1.8.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.21" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.insta] version = "1.7" [build-dependencies.lalrpop] version = "0.19.5"