# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "deno_plguin_starter" version = "0.1.2" authors = ["迷渡 "] description = "Quickly start a Deno plugin." readme = "README.md" keywords = ["deno", "deno_core", "deno_plguin"] license = "MIT" repository = "https://github.com/justjavac/deno_plugin_starter" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] crate-type = ["cdylib"] [dependencies.deno_core] version = "0.54.0" [dependencies.futures] version = "0.3.5"