# 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 = "flp-gsp" version = "1.0.0" authors = ["Hakukano "] description = "General search parser" homepage = "https://flp-gsp.rs/" documentation = "https://docs.rs/flp-gsp" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Hakukano/FLP-GSP" resolver = "2" [dependencies.bit-vec] version = "0.6" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.ipnetwork] version = "0.20" optional = true [dependencies.nom] version = "7.1" [dependencies.regex] version = "1.6" [dependencies.rust_decimal] version = "1.26" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.1" optional = true [dependencies.wildmatch] version = "2.1" optional = true [features] default = [] evaluate = ["wildmatch"] hasura = [] mysql = [ "chrono", "rust_decimal", "serde_json", ] postgres = [ "bit-vec", "chrono", "ipnetwork", "rust_decimal", "serde_json", "uuid", ] sqlite = [ "chrono", "uuid", ]