# 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 = "sos-vfs" version = "0.2.2" description = "Virtual file system same as tokio::fs." homepage = "https://saveoursecrets.com" license = "MIT OR Apache-2.0" repository = "https://github.com/saveoursecrets/sdk" [dependencies.async-recursion] version = "1" [dependencies.bitflags] version = "1" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dev-dependencies.anyhow] version = "1" [features] mem-fs = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = [ "rt", "fs", "sync", "io-util", "macros", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1" features = [ "rt", "sync", ] default-features = false