# 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 = "parcel-resolver" version = "0.1.1" authors = ["Devon Govett "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Node.js compatible module resolver used by the Parcel bundler" readme = "README.md" keywords = [ "resolver", "node", "cjs", "esm", "bundler", ] license = "MIT" repository = "https://github.com/parcel-bundler/parcel" [lib] name = "parcel_resolver" path = "src/lib.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.dashmap] version = "6.1.0" features = ["raw-api"] [dependencies.glob-match] version = "0.2.1" [dependencies.indexmap] version = "1.9.2" features = ["serde"] [dependencies.itertools] version = "0.10.5" [dependencies.parking_lot] version = "0.12" [dependencies.percent-encoding] version = "2.2.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.url] version = "2.3.1" [dev-dependencies.assert_fs] version = "1.0" [target."cfg(windows)".dev-dependencies.is_elevated] version = "0.1.2"