rudb-json 0.2.32

The JSON reader and the backing representation for the JSON functions.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-common"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "561cfe47b97c25bc7be3612be2c9368ae2e7d5bd89f1473fea848c9ddcdfaf07"

[[package]]
name = "rudb-io"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed624b1af4a77b0b61f9def526fad2b7cd63b806dfc72c466a7c450d93ae6bea"
dependencies = [
 "rudb-common",
]

[[package]]
name = "rudb-json"
version = "0.2.32"
dependencies = [
 "rudb-common",
 "rudb-io",
 "rudb-vector",
]

[[package]]
name = "rudb-vector"
version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d463b09794c734006c5ededc533a7d11789552b6e62b848c0f1d2e5a6c6501"
dependencies = [
 "rudb-common",
]