serde_ion 0.1.0

A native Rust encoding and decoding library for the Amazon Ion text and binary data formats. Provides Serialize/Deserialize traits for Ion data to enable (de)serializing to and from Rust structures.
Documentation
[badges]

[build-dependencies]

[dependencies.linked-hash-map]
optional = true
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.10"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_stacker]
version = "0.1"

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Peyton Turner <donaldpeytonturner@gmail.com>, Matthew Langhinrichs <mlanghinrichs@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = """
A native Rust encoding and decoding library for the Amazon Ion text and binary data formats.
Provides Serialize/Deserialize traits for Ion data to enable (de)serializing to and from Rust structures.
"""
documentation = "https://github.com/PeytonT/serde_ion"
edition = "2018"
homepage = "https://github.com/PeytonT/serde_ion"
include = ["Cargo.toml", "src/**/*.rs", "LICENSE", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["ion", "serde", "serialization"]
license = "MIT/Apache-2.0"
name = "serde_ion"
readme = "README.md"
repository = "https://github.com/PeytonT/serde_ion"
version = "0.1.0"