# 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 = "jax" version = "0.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A live reloader that eliminates the need of having multiple packages for different languages (eg. air for Go, nodemon for Node)." readme = "README.md" keywords = [ "live_reload", "file_watcher", "nodemon", "chowkidar", "air", ] categories = [ "development-tools", "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/shubhexists/jax" [[bin]] name = "jax" path = "src/main.rs" [dependencies]