ic-safe-upgrades 0.2.0

Safe upgrades of Internet Computer canisters controlled by other canisters
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 = "ic-safe-upgrades"
version = "0.2.0"
authors = ["Ognjen Maric <ognjen.maric@dfinity.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe upgrades of Internet Computer canisters controlled by other canisters"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/oggy-dfin/ic_call_utils"

[features]
use_call_chaos = [
    "ic-call-retry/use_call_chaos",
    "dep:ic-call-chaos",
]

[lib]
name = "ic_safe_upgrades"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.candid]
version = "0.10.13"

[dependencies.ic-call-chaos]
version = "0.2.0"
optional = true

[dependencies.ic-call-retry]
version = "0.2.0"

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

[dependencies.ic-management-canister-types]
version = "0.3.0"

[dependencies.serde_bytes]
version = "0.11.15"

[dependencies.sha2]
version = "0.10.8"