# 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_workspace" version = "0.0.1" authors = ["the Deno authors"] description = "Config file implementation for the Deno CLI" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_workspace" [dependencies.anyhow] version = "1.0.57" [dependencies.deno_semver] version = "0.5.6" optional = true [dependencies.glob] version = "0.3.1" optional = true [dependencies.ignore] version = "0.4" optional = true [dependencies.import_map] version = "0.20.0" features = ["ext"] optional = true [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.jsonc-parser] version = "0.23.0" features = ["serde"] optional = true [dependencies.log] version = "0.4.20" [dependencies.percent-encoding] version = "2.3.0" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.61" [dependencies.url] version = "2.3.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.tokio] version = "1.10.1" features = [ "macros", "rt-multi-thread", ] [features] default = ["workspace"] deno_json = [ "jsonc-parser", "glob", "ignore", "import_map", ] package_json = ["deno_semver"] sync = [] workspace = [ "deno_json", "package_json", ]