1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "tinyjson" 15version = "2.5.1" 16authors = ["rhysd <lin90162@yahoo.co.jp>"] 17include = [ 18 "Cargo.toml", 19 "README.md", 20 "LICENSE.txt", 21 "src/*.rs", 22] 23description = "Tiny simple JSON parser/generator" 24homepage = "https://github.com/rhysd/tinyjson" 25readme = "README.md" 26keywords = [ 27 "json", 28 "parser", 29 "generator", 30] 31categories = [ 32 "encoding", 33 "parsing", 34] 35license = "MIT" 36repository = "https://github.com/rhysd/tinyjson" 37 38[dependencies] 39 40[dev-dependencies.walkdir] 41version = "2" 42 43[badges.maintenance] 44status = "passively-maintained" 45