junobuild-shared 0.7.0

Shared utilities for Juno.
Documentation
# 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.7.0"
authors = ["David Dal Busco <https://daviddalbusco.com>"]
build = false
autolib = 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 = "MIT"
repository = "https://github.com/junobuild/juno"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]
rustc-args = [
    "--cfg",
    'getrandom_backend="custom"',
]
rustdoc-args = [
    "--cfg",
    'getrandom_backend="custom"',
]

[lib]
name = "junobuild_shared"
path = "src/lib.rs"

[dependencies.candid]
version = "0.10.20"

[dependencies.ciborium]
version = "0.2.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.getrandom]
version = "0.3.2"

[dependencies.ic-cdk]
version = "0.19.0"

[dependencies.ic-ledger-types]
version = "0.16.0"

[dependencies.ic-stable-structures]
version = "0.7.0"

[dependencies.icrc-ledger-types]
version = "0.1.11"

[dependencies.rand]
version = "0.9.1"
features = ["os_rng"]

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.225"

[dependencies.time]
version = "0.3.31"
features = ["parsing"]