# 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 = "deno_error" version = "0.5.2" authors = ["the Deno authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Error representation to JavaScript for deno" homepage = "https://deno.land/" documentation = "https://docs.rs/deno_error" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_error" [lib] name = "deno_error" path = "src/lib.rs" [dependencies.deno_error_macro] version = "=0.5.2" [dependencies.libc] version = "0.2.126" [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.url] version = "2" optional = true [dev-dependencies.thiserror] version = "2"