# 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" rust-version = "1.65" name = "jaq-std" version = "2.0.0-delta" authors = ["Michael Färber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Standard library for jaq" readme = "README.md" keywords = [ "json", "query", "jq", ] license = "MIT" repository = "https://github.com/01mf02/jaq" [lib] name = "jaq_std" path = "src/lib.rs" [[test]] name = "defs" path = "tests/defs.rs" [[test]] name = "funs" path = "tests/funs.rs" [dependencies.aho-corasick] version = "1.0" optional = true [dependencies.base64] version = "0.22" optional = true [dependencies.chrono] version = "0.4.38" features = ["alloc"] optional = true default-features = false [dependencies.hifijson] version = "0.2.0" optional = true [dependencies.jaq-core] version = "2.0.0-delta" [dependencies.libm] version = "0.2.7" optional = true [dependencies.log] version = "0.4.17" optional = true [dependencies.regex-lite] version = "0.1" optional = true [dependencies.urlencoding] version = "2.1.3" optional = true [dev-dependencies.serde_json] version = "1.0" [features] default = [ "std", "format", "log", "math", "regex", "time", ] format = [ "aho-corasick", "base64", "urlencoding", ] math = ["libm"] regex = ["regex-lite"] std = [] time = ["chrono"]