# 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-shared" version = "0.0.22" authors = ["David Dal Busco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shared utilities for Juno." homepage = "https://juno.build" documentation = "https://docs.rs/junobuild-shared" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/junobuild/juno" [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] [lib] name = "junobuild_shared" path = "src/lib.rs" [dependencies.candid] version = "0.10.2" [dependencies.ciborium] version = "0.2.1" [dependencies.futures] version = "0.3.28" [dependencies.ic-cdk] version = "0.17.0" [dependencies.ic-cdk-macros] version = "0.17.0" [dependencies.ic-ledger-types] version = "0.14.0" [dependencies.ic-stable-structures] version = "0.6.4" [dependencies.icrc-ledger-types] version = "0.1.6" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.190" [dependencies.time] version = "0.3.31"