ron 0.8.0

Rusty Object Notation
Documentation
[package]
name = "ron"
# Memo: update version in src/lib.rs too (doc link)
version = "0.8.0"
license = "MIT OR Apache-2.0"
keywords = ["parser", "serde", "serialization"]
authors = [
	"Christopher Durham <cad97@cad97.com>",
	"Dzmitry Malyshau <kvarkus@gmail.com>",
	"Thomas Schaller <torkleyy@gmail.com>",
	"Juniper Langenstein <juniper.langenstein@helsinki.fi>",
]
edition = "2021"
description = "Rusty Object Notation"
categories = ["encoding"]
readme = "README.md"
homepage = "https://github.com/ron-rs/ron"
repository = "https://github.com/ron-rs/ron"
documentation = "https://docs.rs/ron/"
rust-version = "1.56.0"

[features]
default = []
integer128 = []

[dependencies]
base64 = "0.13"
bitflags = "1.3.2"
indexmap = { version = "1.9.1", features = ["serde-1"], optional = true }
serde = { version = "1.0.60", features = ["serde_derive"] }

[dev-dependencies]
serde_bytes = "0.11"
serde_json = "1"
bitflags-serial = { git = "https://github.com/kvark/bitflags-serial" }
option_set = "0.1"