[package] name = "filesystem_plugin" version = "0.1.0" edition = "2021" license = "MIT" description = "TODO" [dependencies] thiserror = "1.0.37" async-trait = "0.1.57" polywrap_msgpack = "0.1.0" polywrap_core = "0.1.0" polywrap_plugin = "0.1.0" serde = {version = "1.0.145", features = ["derive"]} polywrap_manifest = "0.1.0" serde_json = "1.0.87" ureq = "2.3.0" num-bigint = "0.4.3" bigdecimal = "0.3.0" futures = "0.3.24" rm_rf = "0.6.2" # [dev-dependencies] # polywrap_client = "0.1.0"