canic 0.5.13

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.5.13"

[dependencies.canic-core]
version = "0.5.13"

[dependencies.canic-macros]
version = "0.5.13"

[dependencies.canic-memory]
version = "0.5.13"

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

[dependencies.canic-utils]
version = "0.5.13"

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

[[example]]
name = "auth_rules"
path = "examples/auth_rules.rs"

[[example]]
name = "minimal_root"
path = "examples/minimal_root.rs"

[features]
default = []
ic = ["canic-core/ic"]

[lib]
name = "canic"
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"
edition = "2024"
homepage = "https://github.com/dragginzgame/canic"
keywords = ["internet-computer", "canister", "dfinity", "icp", "management"]
license = "MIT"
name = "canic"
publish = true
readme = "README.md"
repository = "https://github.com/dragginzgame/canic"
resolver = "2"
rust-version = "1.91.0"
version = "0.5.13"