# 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 = "bndl_cli" version = "1.8.1" authors = ["Niels Segers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A basic TypeScript transpiling and bundling tool for (primarily backend) monorepos" homepage = "https://github.com/segersniels/bndl/" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/segersniels/bndl/" [[bin]] name = "bndl" path = "src/main.rs" [dependencies.bndl_convert] version = "1.3.3" [dependencies.bndl_deps] version = "1.1.2" [dependencies.clap] version = "4.4.8" [dependencies.command-group] version = "5.0.1" [dependencies.ctrlc] version = "3.4.4" [dependencies.env_logger] version = "0.10.1" [dependencies.human-panic] version = "1.2.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.notify] version = "6.1.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sourcemap] version = "7.0.1" [dependencies.swc] version = "0.273.13" [dependencies.swc_common] version = "0.33.18" features = ["tty-emitter"] [dependencies.walkdir] version = "2.4.0"