[dependencies.serde]
features = ["derive"]
version = "1.0.216"
[dependencies.serde_json]
version = "1.0.133"
[lib]
name = "sdmx_json"
path = "src/lib.rs"
[package]
authors = ["Samantha Nguyen <contact@samanthanguyen.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "A Rust implementation of SDMX-JSON (Statistical Data and Metadata eXchange) using Serde"
edition = "2021"
include = ["src", "LICENSE*"]
keywords = ["sdmx"]
license = "MIT OR Apache-2.0"
name = "sdmx_json"
readme = "README.md"
repository = "https://github.com/neoncitylights/sdmx"
rust-version = "1.76.0"
version = "0.4.0"