ic-canister-kit 0.3.2

An ic canister package
Documentation
[dependencies.base32]
optional = true
version = "0.4.0"

[dependencies.candid]
optional = true
version = "0.9.3"

[dependencies.crc32fast]
optional = true
version = "1.3.2"

[dependencies.hex]
optional = true
version = "0.4.3"

[dependencies.ic-cdk]
optional = true
version = "0.11.3"

[dependencies.ic-cdk-timers]
optional = true
version = "0.5.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1.0.95"

[dependencies.sha2]
optional = true
version = "0.10.6"

[features]
all = ["identity", "canister_cycles", "canister_status", "canister_create", "canister_settings", "canister_codes", "canister_deploy", "canister_call", "canister_managed", "number_random", "number_mix", "token_ledger", "token_icrc1", "times", "times_schedulable", "common_pages", "common_result", "http", "stable", "stable_initial", "stable_upgrade", "stable_maintainable", "stable_permissable", "stable_recordable", "stable_uploads", "stable_hashmap", "nft", "nft_ext", "nft_ticket", "nft_limit", "nft_traits"]
canister_call = ["identity"]
canister_codes = ["identity"]
canister_create = ["identity"]
canister_cycles = ["candid", "serde"]
canister_deploy = ["canister_status", "canister_create", "canister_codes"]
canister_managed = ["canister_cycles", "canister_status", "canister_codes", "canister_deploy"]
canister_settings = ["identity"]
canister_status = ["identity"]
common_pages = []
common_result = ["candid"]
default = ["all"]
http = ["candid", "serde", "serde_json"]
identity = ["candid", "ic-cdk", "sha2", "crc32fast", "hex"]
nft = ["identity"]
nft_ext = ["nft"]
nft_limit = ["nft"]
nft_ticket = ["nft"]
nft_traits = ["nft"]
number_mix = ["number_random", "sha2", "base32"]
number_random = ["ic-cdk"]
stable = ["candid"]
stable_hashmap = ["stable"]
stable_initial = ["stable"]
stable_maintainable = ["stable"]
stable_permissable = ["stable", "canister_call", "times_schedulable"]
stable_recordable = ["stable", "times_schedulable", "common_pages", "canister_call"]
stable_upgrade = ["stable"]
stable_uploads = ["stable"]
times = ["ic-cdk"]
times_schedulable = ["times", "ic-cdk-timers"]
token_icrc1 = ["identity", "serde"]
token_ledger = ["identity", "serde"]

[package]
authors = ["Anubis Awooo"]
description = "An ic canister package"
edition = "2021"
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
license = "Apache-2.0"
name = "ic-canister-kit"
readme = "README.md"
repository = "https://github.com/AnubisAwooo/ic-canister-kit"
version = "0.3.2"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"