# 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 = "rust-to-npm-cli" version = "0.4.13" authors = ["Jeff Mendez "] description = "deploy a rust project to npm in one command cli." homepage = "https://github.com/a11ywatch/rust-to-npm" readme = "README.md" keywords = [ "rust-to-npm", "deploy-rust", "npm", "rust", ] categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/a11ywatch/rust-to-npm" resolver = "1" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.rust-to-npm] version = "0.4.10" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_derive] version = "1.0.137" [dependencies.toml] version = "0.5.9"