canic-memory 0.6.19

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
[dependencies.candid]
default-features = false
version = "0.10"

[dependencies.canic-cdk]
version = "0.6.19"

[dependencies.canic-types]
version = "0.6.19"

[dependencies.ctor]
version = "0.6"

[dependencies.minicbor-serde]
features = ["alloc"]
version = "0.6"

[dependencies.serde]
default-features = false
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[lints.clippy]
doc_markdown = "allow"
empty_line_after_doc_comments = "allow"
missing_const_for_fn = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "warn"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
redundant_clone = "warn"
semicolon_if_nothing_returned = "warn"
significant_drop_tightening = "allow"
uninlined_format_args = "warn"
use_self = "warn"
wildcard_imports = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "Canic — a canister orchestration and management toolkit for the Internet Computer"
documentation = "https://docs.rs/canic-memory"
edition = "2024"
homepage = "https://github.com/dragginzgame/canic"
keywords = ["internet-computer", "canister", "dfinity", "icp", "management"]
license = "MIT"
name = "canic-memory"
publish = true
readme = "README.md"
repository = "https://github.com/dragginzgame/canic"
resolver = "2"
rust-version = "1.92.0"
version = "0.6.19"