# 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 = "2018" name = "js_sizers" version = "0.2.0" description = "get your javascript file size after minification and gzip" readme = "README.md" license = "MIT" repository = "https://github.com/huozhi/sizers" [dependencies.anyhow] version = "1.0.41" [dependencies.flate2] version = "1.0.22" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.swc_core] version = "0.43.23" features = [ "ecma_ast", "ecma_visit", "ecma_loader_node", "ecma_loader_lru", "ecma_utils", "ecma_minifier", "ecma_transforms", "__ecma_transforms", "ecma_transforms_react", "ecma_transforms_typescript", "ecma_parser", "ecma_parser_typescript", "cached", "base", ]