[package] name = "toml-spanned-value" version = "0.1.0" authors = ["est31 "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/est31/toml-spanned-value" description = "SpannedValue support for the toml crate" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0" indexmap = { version = "1.3", optional = true } toml = "0.5.4" #toml = { path = "../toml-rs" } [dev-dependencies] serde_derive = "1.0" [features] default = [] # Analogous to the preserve_order feature of toml-rs preserve_order = ["indexmap"]