# 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" rust-version = "1.81.0" name = "rustywatch" version = "0.2.11" authors = ["Adiatma Kamarudin "] build = false exclude = [ "web/**/*", "examples/**/*", ] include = [ "src/**/*", "Cargo.*", "LICENSE*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Live reloading for any programing languages" homepage = "https://rustywatch.vercel.app/" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ak9024/rustywatch" [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true debug = 0 panic = "unwind" strip = true [profile.test] opt-level = 0 debug = 2 [lib] name = "rustywatch" path = "src/lib.rs" [[bin]] name = "rustywatch" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = [ "cargo", "derive", ] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.notify] version = "6.1.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tempfile] version = "3.13.0"