summaryrefslogtreecommitdiff
path: root/extensions/url/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/url/Cargo.toml')
-rw-r--r--extensions/url/Cargo.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/extensions/url/Cargo.toml b/extensions/url/Cargo.toml
deleted file mode 100644
index a76dac2e6..000000000
--- a/extensions/url/Cargo.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-
-[package]
-name = "deno_url"
-version = "0.14.0"
-authors = ["the Deno authors"]
-edition = "2018"
-license = "MIT"
-readme = "README.md"
-repository = "https://github.com/denoland/deno"
-description = "URL API implementation for Deno"
-
-[lib]
-path = "lib.rs"
-
-[dependencies]
-deno_core = { version = "0.96.0", path = "../../core" }
-idna = "0.2.3"
-percent-encoding = "2.1.0"
-serde = { version = "1.0.126", features = ["derive"] }
-
-[dev-dependencies]
-deno_bench_util = { version = "0.8.0", path = "../../bench_util" }
-deno_webidl = { version = "0.14.0", path = "../webidl" }
-
-[[bench]]
-name = "url_ops"
-harness = false