# 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 = "koto_regex" version = "0.14.1" authors = ["jasal82 "] description = "A Koto library for working with regular expressions" homepage = "https://koto.dev" keywords = [ "scripting", "language", "koto", ] license = "MIT" repository = "https://github.com/koto-lang/koto" [dependencies.koto_runtime] version = "^0.14.1" default-features = false [dependencies.regex] version = "1.10.2" [dev-dependencies] [features] arc = ["koto_runtime/arc"] default = ["arc"] rc = ["koto_runtime/rc"]