# 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 = "chobs" version = "0.1.5" exclude = [".DS_Store"] description = "Chobs (Changes Observer) is a tool that automatically restarting your process when file changes in the selected directory. It may be you system process or your project execution. For example if you don't want to call `cargo run` on every code changes, you can use Chobs." documentation = "https://docs.rs/chobs" readme = "README.md" keywords = [ "restart", "autoload", "development", "monitor", "reload", ] license = "MIT" repository = "https://github.com/arg2u/chobs" [lib] name = "chobs" crate-type = ["lib"] doctest = true doc = true [dependencies.anscape] version = "0.2.2" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.structopt] version = "0.3.26"