# 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 = "2021" name = "jsondata" version = "0.8.1" authors = ["prataprc "] exclude = ["template/**"] description = "JSON processing package for document databases" documentation = "https://docs.rs/jsondata" readme = "README.md" keywords = [ "json", "json5", ] categories = [ "parsing", "encoding", ] license = "MIT" repository = "https://github.com/bnclabs/jsondata" [profile.bench] debug = true [profile.release] debug = true [lib] name = "jsondata" [[example]] name = "macro" crate-type = ["bin"] [dependencies.jsondata-derive] version = "=0.1.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.unicode_reader] version = "0.1.1" [dev-dependencies.quickcheck] version = "1.0.3" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "bnclabs/jsondata"