# 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 = "rusqlite_regex" version = "0.2.0" authors = ["xuxiaocheng <2762267080@qq.com>"] build = false include = [ "/Cargo.toml", "/src", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE", "/CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A regex extension for rusqlite" documentation = "https://docs.rs/rusqlite_regex" readme = "README.md" keywords = [ "database", "sqlite", "extension", "sqlite-extension", "regex", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/xuxiaocheng0201/rusqlite_regex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rusqlite_regex" path = "src/lib.rs" [dependencies.once_cell] version = "^1.19" optional = true [dependencies.quick_cache] version = "~0.6" optional = true [dependencies.regex] version = "^1.10" [dependencies.rusqlite] version = "~0.32" features = ["functions"] [dev-dependencies.rusqlite] version = "~0.32" features = [ "bundled", "functions", ] [features] cache = [ "dep:once_cell", "dep:quick_cache", ] default = ["cache"]