# 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 = "json-codec-wasm" version = "0.1.0" authors = [ "Toralf Wittner ", "Vladislav Jidkov ", ] description = "JSON Codec implementation, CosmWasm compatible" documentation = "https://twittner.gitlab.io/json-codec/json/" readme = "README.md" keywords = [ "json", "encoding", ] categories = ["encoding"] license-file = "LICENSE" repository = "https://github.com/vladjdk/json-codec-wasm" [lib] name = "json_codec_wasm" [dev-dependencies.quickcheck] version = "0.2.21"