# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "pax" version = "0.4.0" authors = ["Nathan"] exclude = ["examples/*", "private/*", "src/test/*"] autobins = true description = "The fastest JavaScript bundler in the galaxy." readme = "../README.md" keywords = ["js", "javascript", "es", "ecmascript", "bundler"] categories = ["development-tools", "command-line-utilities", "web-programming"] license = "MIT" repository = "https://github.com/nathan/pax" [[bin]] name = "px" path = "src/main.rs" [dependencies.base64] version = "0.6.0" [dependencies.cfg-if] version = "0.1.4" [dependencies.crossbeam] version = "0.2" [dependencies.esparse] version = "0.1.0" [dependencies.fnv] version = "1.0.3" [dependencies.lazy_static] version = "1.1.0" [dependencies.matches] version = "0.1" [dependencies.memchr] version = "2.0.1" [dependencies.notify] version = "4.0" [dependencies.num_cpus] version = "1.6" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [features] bench = [] default = []