# 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] name = "jsonm" version = "0.2.0" authors = ["Andrew Nester "] description = "jsonm implementation port for Rust.\n\njsonm is a fast and safe way to compress JSON messages using memoization. \njsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.\n" homepage = "https://github.com/andrewnester/rust-jsonm" readme = "README.md" keywords = ["json", "jsonm", "compress"] categories = ["compression"] license = "MIT" repository = "https://github.com/andrewnester/rust-jsonm" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.79" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [badges.travis-ci] repository = "andrewnester/rust-jsonm"