# 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 = "stable-fs" version = "0.6.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Simple File system implementing WASI endpoints and using the stable structures of the Internet Computer" readme = "README.md" keywords = [ "ic", "internet-computer", "file-system", ] license = "MIT" repository = "https://github.com/wasm-forge/stable-fs" [lib] name = "stable_fs" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.ciborium] version = "0.2.2" [dependencies.ic-cdk] version = "0.16" [dependencies.ic-stable-structures] version = "0.6.5" [dependencies.serde] version = "1.0.210" [dependencies.serde_bytes] version = "0.11" [dev-dependencies.candid] version = "0.10.10" [dev-dependencies.pocket-ic] version = "5.0.0"