# 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 = "watchso" version = "0.1.0" authors = ["Acheron "] description = "Hot reload Solana programs" homepage = "https://github.com/acheroncrypto/watchso" readme = "README.md" keywords = [ "watch", "hot", "reloading", "solana", "development", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/acheroncrypto/watchso" [lib] path = "src/lib/lib.rs" [[bin]] name = "watchso" path = "src/bin/main.rs" [dependencies.async-recursion] version = "1.0.2" [dependencies.async-trait] version = "0.1.64" [dependencies.cargo_toml] version = "0.15.2" [dependencies.console] version = "0.15.5" [dependencies.globset] version = "0.4.10" [dependencies.indicatif] version = "0.17.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.miette] version = "5.5.0" features = ["fancy"] [dependencies.regex] version = "1.7.1" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" [dependencies.toml] version = "0.7.2" [dependencies.watchexec] version = "2.1.1" [dependencies.watchexec-filterer-globset] version = "1.1.0"