# 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.60" name = "jsonb-rs" version = "0.1.0" authors = ["Databend Authors "] description = "JSONB implement in Rust." homepage = "https://github.com/datafuselabs/jsonb-rs" readme = "README.md" keywords = [ "json", "jsonb", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/datafuselabs/jsonb-rs" [dependencies.byteorder] version = "1.4.3" [dependencies.fast-float] version = "0.2.0" [dependencies.ordered-float] version = "3.4.0" default-features = false [dependencies.serde] version = "1.0.145" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.85" features = ["preserve_order"] default-features = false