toml-spanned-value 0.1.0

SpannedValue support for the toml crate
Documentation
[dependencies.indexmap]
optional = true
version = "1.3"

[dependencies.serde]
version = "1.0"

[dependencies.toml]
version = "0.5.4"
[dev-dependencies.serde_derive]
version = "1.0"

[features]
default = []
preserve_order = ["indexmap"]

[package]
authors = ["est31 <MTest31@outlook.com>"]
description = "SpannedValue support for the toml crate"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "toml-spanned-value"
readme = "README.md"
repository = "https://github.com/est31/toml-spanned-value"
version = "0.1.0"