| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies |
| # |
| # If you believe there's an error in this file please file an |
| # issue against the rust-lang/cargo repository. If you're |
| # editing this file be aware that the upstream Cargo.toml |
| # will likely look very different (and much more reasonable) |
| |
| [package] |
| edition = "2018" |
| name = "json-spanned-value" |
| version = "0.2.2" |
| authors = ["MaulingMonkey <git@maulingmonkey.com>"] |
| exclude = [".vscode/*"] |
| description = "Track the origin of your json values for better error reporting!" |
| documentation = "https://docs.rs/json-spanned-value/" |
| readme = "Readme.md" |
| keywords = ["json", "serde", "serialization", "spans"] |
| categories = ["encoding"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/MaulingMonkey/json-spanned-value.git" |
| [package.metadata.docs.rs] |
| all-features = true |
| targets = ["x86_64-unknown-linux-gnu"] |
| [dependencies.indexmap] |
| version = "1.3" |
| optional = true |
| |
| [dependencies.serde] |
| version = "1.0" |
| |
| [dependencies.serde_json] |
| version = "1.0" |
| [dev-dependencies.codespan-reporting] |
| version = "0.9.5" |
| |
| [dev-dependencies.serde] |
| version = "1.0" |
| features = ["derive"] |
| |
| [features] |
| default = [] |
| preserve_order = ["indexmap"] |
| [badges.travis-ci] |
| branch = "master" |
| repository = "MaulingMonkey/json-spanned-value" |