# 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 = "spyglys" version = "0.2.3" description = "A simple programming language for text manipulation" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/brewingweasel/spyglys" [[bin]] name = "spyglys" required-features = ["binary"] [[bench]] name = "lithuanian_verb_simplification" harness = false [dependencies.clap] version = "4.5.7" features = ["derive"] optional = true [dependencies.dashmap] version = "6.0.1" [dependencies.pretty] version = "0.12.3" [dependencies.reedline] version = "0.32.0" optional = true [dependencies.regex] version = "1.10.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.insta] version = "1.39.0" [features] binary = [ "reedline", "clap", ]