[[bin]]
name = "icml"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.clap]
features = ["derive"]
version = "4.5.47"
[dependencies.ic-stable-structures]
version = "0.7.0"
[dependencies.tempfile]
version = "3.21.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "`icml` (Internet Computer Memory Link) is a command-line utility to download and upload canister's memory as a way to backup an SQLite database to your local drive and upload it later."
edition = "2024"
homepage = "http://github.com/wasm-forge/ic-memory-link"
keywords = ["icp", "internet-computer", "database"]
license = "MIT"
name = "icml"
readme = "README.md"
repository = "http://github.com/wasm-forge/ic-memory-link"
resolver = "2"
version = "0.1.0"