[dependencies.deno_core]
version = "0.89.0"
[dependencies.uuid]
features = ["v4"]
version = "0.8.2"
[lib]
path = "lib.rs"
[package]
authors = ["the Deno authors"]
description = "File API implementation for Deno"
edition = "2018"
license = "MIT"
name = "deno_file"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.7.0"