Files
greptimedb/src/datatypes/Cargo.toml
T
LFCandCopilot 0a3aa9913b fix: correctly parse json string that contain unicode code point literal (#7520)
* fix: correctly parse some json strings

Signed-off-by: luofucong <luofc@foxmail.com>

* resolve PR comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Signed-off-by: luofucong <luofc@foxmail.com>

---------

Signed-off-by: luofucong <luofc@foxmail.com>
2026-01-19 03:50:02 +00:00

37 lines
761 B
TOML

[package]
name = "datatypes"
version.workspace = true
edition.workspace = true
license.workspace = true
[features]
default = []
test = []
[lints]
workspace = true
[dependencies]
arrow.workspace = true
arrow-array.workspace = true
arrow-schema.workspace = true
common-base.workspace = true
common-decimal.workspace = true
common-error.workspace = true
common-macro.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
datafusion-common.workspace = true
enum_dispatch = "0.3"
jsonb.workspace = true
num = "0.4"
num-traits = "0.2"
ordered-float.workspace = true
paste.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
snafu.workspace = true
sqlparser.workspace = true
sqlparser_derive = "0.1"