# 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.77" name = "jsonb" version = "0.4.4" authors = ["Databend Authors "] description = "JSONB implement in Rust." homepage = "https://github.com/databendlabs/jsonb" readme = "README.md" keywords = [ "json", "jsonb", "jsonpath", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/databendlabs/jsonb" [[bench]] name = "parser" harness = false [[bench]] name = "get_path" harness = false [[bench]] name = "strip_nulls" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.fast-float2] version = "0.2.3" [dependencies.itoa] version = "1.0" [dependencies.nom] version = "7.1.3" [dependencies.ordered-float] version = "4.5" default-features = false [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.ryu] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.goldenfile] version = "1.7" [dev-dependencies.json-deserializer] version = "0.4.4" [dev-dependencies.mockalloc] version = "0.1.2" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.simd-json] version = "0.13.10" [features] default = ["serde_json/preserve_order"]