# 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 = "2021" name = "b3_utils" version = "0.13.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility functions for building on the Internet Computer" readme = "README.md" license = "MIT" [lib] name = "b3_utils" path = "src/lib.rs" [dependencies.candid] version = "0.10.10" [dependencies.crc32fast] version = "1.4.2" optional = true [dependencies.enum_dispatch] version = "0.3.13" [dependencies.evm-rpc-canister-types] version = "1.0.0" optional = true [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.ic-cdk] version = "0.16.0" features = ["transform-closure"] [dependencies.ic-metrics-encoder] version = "1.1.1" [dependencies.ic-stable-structures] version = "0.6.5" [dependencies.ic_bls12_381] version = "0.8.0" features = [ "pairings", "alloc", "experimental", ] optional = true default-features = false [dependencies.num-traits] version = "0.2.19" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15" [dependencies.serde_json] version = "1.0.68" optional = true [dependencies.sha2] version = "0.10.8" optional = true [dependencies.subtle] version = "2.5.0" optional = true [features] exprimental_vetkd = [ "ic_bls12_381", "subtle", ] ledger = [ "crc32fast", "sha2", "num-traits", "wasm", ] logging = [] notifier = ["serde_json"] rpc = ["evm-rpc-canister-types"] sha256 = ["sha2"] wasm = ["sha2"]