# 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 = "ic-wasi-polyfill" version = "0.6.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The project provides polyfill implementation of *wasi_unstable* and *wasi_snapshot_preview1* functions using IC System API." readme = "README.md" keywords = [ "ic", "wasi", "wasi-polyfill", ] license = "MIT" repository = "https://github.com/wasm-forge/ic-wasi-polyfill" [lib] name = "ic_wasi_polyfill" crate-type = [ "staticlib", "lib", ] path = "src/lib.rs" [dependencies.function_name] version = "0.3.0" [dependencies.ic-cdk] version = "0.16.0" [dependencies.ic-stable-structures] version = "0.6.5" [dependencies.rand] version = "0.8.5" [dependencies.stable-fs] version = "0.6.4" [dev-dependencies.candid] version = "0.10.10" [dev-dependencies.pocket-ic] version = "5.0" [features] report_wasi_calls = [] skip_unimplemented_functions = [] transient = []