# 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 = "nodejs-resolver" version = "0.1.1" description = "nodejs resolve" readme = "README.md" license = "MIT" repository = "https://github.com/bvanjoi/nodejs_resolver" [profile.bench] lto = true [profile.release] lto = true [dependencies.daachorse] version = "1.0.0" [dependencies.dashmap] version = "5.5.0" [dependencies.dunce] version = "1.0.4" [dependencies.indexmap] version = "2.0.0" [dependencies.jsonc-parser] version = "0.22.1" features = ["serde"] [dependencies.once_cell] version = "1.18.0" [dependencies.path-absolutize] version = "3.1.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" features = ["preserve_order"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tracing-span-tree] version = "0.1.1"