# 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 = "resw" version = "0.7.0-alpha.2" authors = ["Robert Masen "] description = "A library for writing RESSA AST parts to a file" readme = "./README.md" license = "MIT" repository = "https://github.com/rusty-ecma/RESW" [dependencies.log] version = "0.4" [dependencies.resast] version = "0.6.0-alpha.5" [dependencies.ress] version = "0.11" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.rayon] version = "1" [dev-dependencies.ressa] version = "0.9.0-alpha.3" [dev-dependencies.thiserror] version = "1" [features] default = [] moz_central = []