| # 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 are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2018" |
| name = "tinyjson" |
| version = "2.5.1" |
| authors = ["rhysd <[email protected]>"] |
| include = [ |
| "Cargo.toml", |
| "README.md", |
| "LICENSE.txt", |
| "src/*.rs", |
| ] |
| description = "Tiny simple JSON parser/generator" |
| homepage = "https://github.com/rhysd/tinyjson" |
| readme = "README.md" |
| keywords = [ |
| "json", |
| "parser", |
| "generator", |
| ] |
| categories = [ |
| "encoding", |
| "parsing", |
| ] |
| license = "MIT" |
| repository = "https://github.com/rhysd/tinyjson" |
| |
| [dependencies] |
| |
| [dev-dependencies.walkdir] |
| version = "2" |
| |
| [badges.maintenance] |
| status = "passively-maintained" |