# 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 = "junobuild-utils" version = "0.0.4" authors = ["David Dal Busco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of utilities for developers on Juno." homepage = "https://juno.build" documentation = "https://docs.rs/junobuild-utils" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/junobuild/juno" [lib] name = "junobuild_utils" path = "src/lib.rs" [dependencies.candid] version = "0.10.2" [dependencies.serde] version = "1.0.190" [dependencies.serde_json] version = "1.0.111"