# 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 = "react-run" version = "0.3.1" description = "Run React code snippets/components from your command-line without config" homepage = "https://github.com/UltiRequiem/react-run" readme = "readme.md" license = "MIT" repository = "https://github.com/UltiRequiem/react-run" resolver = "2" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.colored] version = "2" [dependencies.minreq] version = "2.5.1" features = ["https"] [dependencies.open] version = "2.0.2" [dependencies.swc] version = "0.116.23" [dependencies.swc_common] version = "0.17.2" features = ["tty-emitter"] [dependencies.swc_ecma_parser] version = "0.87.1" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.url] version = "2"