# 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] edition = "2018" name = "scrumple" version = "1.2.3" authors = ["Nathan", "chee", "Jake"] exclude = ["examples/*", "private/*", "src/test/*"] autobins = true description = "A fast JavaScript bundler for Origami components" readme = "./README.md" keywords = ["javascript", "ecmascript", "bundler", "origami"] categories = ["development-tools", "command-line-utilities", "web-programming"] license = "MIT" repository = "https://github.com/financial-times/scrumple" [[bin]] name = "scrumple" path = "src/main.rs" [dependencies.base64] version = "0.6.0" [dependencies.crossbeam] version = "0.2" [dependencies.esparse] version = "0.1.0" [dependencies.fnv] version = "1.0.3" [dependencies.indoc] version = "0.3.5" [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" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.cfg-if] version = "0.1.4" [dev-dependencies.indoc] version = "0.3" [dev-dependencies.tempfile] version = "3" [dev-dependencies.walkdir] version = "2" [features] bench = [] default = []