# 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 = "grit-util" version = "0.5.0" authors = [ "Iuvo AI, Inc.", "Grit Contributors", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Utility functions for GritQL and associated tools" homepage = "https://docs.grit.io/language/overview" documentation = "https://docs.grit.io/tutorials/gritql" readme = "README.md" keywords = [ "gritql", "grit", "util", ] license = "MIT" repository = "https://github.com/getgrit/gritql/" [lib] name = "grit_util" path = "src/lib.rs" [dependencies.derive_builder] version = "0.13.1" [dependencies.napi] version = "2.16.4" features = [ "napi8", "async", ] optional = true default-features = false [dependencies.napi-derive] version = "2.12.2" optional = true [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [features] default = [] napi = [ "dep:napi", "dep:napi-derive", ] [lints.rust] unused_crate_dependencies = "warn"