# 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 = "compacto" version = "1.0.2" authors = ["Eduardo Stuart "] description = "A fast way to compress & decompress JSON" homepage = "https://github.com/eduardostuart/compacto" documentation = "https://docs.rs/compacto" readme = "../README.md" keywords = ["json", "compression"] license = "MIT" repository = "https://github.com/eduardostuart/compacto.git" [dependencies.seahash] version = "4.1.0" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.59" features = ["alloc"] default-features = false