ic-testkit 0.0.2

PocketIC-oriented test utilities for IC canister tests
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 = "2024"
rust-version = "1.88.0"
name = "ic-testkit"
version = "0.0.2"
authors = ["borovan <84897664+borovan@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PocketIC-oriented test utilities for IC canister tests"
readme = "README.md"
keywords = [
    "internet-computer",
    "canister",
    "dfinity",
    "icp",
    "testing",
]
categories = [
    "development-tools::testing",
    "wasm",
]
license = "MIT"
repository = "https://github.com/dragginzgame/ic-testkit"

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

[[test]]
name = "artifact_helpers"
path = "tests/artifact_helpers.rs"

[dependencies.candid]
version = "0.10"
default-features = false

[dependencies.pocket-ic]
version = "13.0"

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

[lints.clippy]
doc_markdown = "allow"
empty_line_after_doc_comments = "allow"
enum_variant_names = "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"
struct_field_names = "allow"
uninlined_format_args = "warn"
use_self = "warn"
used_underscore_binding = "allow"
wildcard_imports = "allow"

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

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

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