# 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 = "json-digest" version = "0.0.16" authors = [ "IOP Ventures LLC ", "Rache Bartmoss ", "wigy ", ] description = "Allow selective masking of JSON subdocuments for privacy, preserving the digest of the whole document." homepage = "https://developer.iop.technology/glossary?id=json-masking" keywords = [ "crypto", "iop", "privacy", "json", "digest", ] categories = [ "cryptography", "algorithms", ] license = "LGPL-3.0-or-later" repository = "https://github.com/Internet-of-People/iop-rs" [dependencies.anyhow] version = "1.0.57" [dependencies.multibase] version = "0.9.1" [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" features = ["preserve_order"] [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.unicode-normalization] version = "0.1.19" [dev-dependencies.hex] version = "0.4.3"