# 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_compile_run" version = "1.0.2" authors = ["Abhisek Pattnaik "] description = "A Rust CLI tool to compile, run, and optionally delete Rust executables with additional features like file watching and notifications." homepage = "https://github.com/abhisekp/rust_compile_run" documentation = "https://docs.rs/rust_compile_run" readme = "README.md" keywords = [ "rust", "compile", "run", "watch", "notification", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/abhisekp/rust_compile_run" [[bin]] name = "rust_compile_run" path = "src/main.rs" [[bin]] name = "rustcr" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.notify] version = "5.0.0" [dependencies.notify-rust] version = "4.0.0" [dependencies.tempfile] version = "3.2.0"