# 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 = "funzzy" version = "1.5.0" authors = ["Cristian Oliveira "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "funzzy" description = "Yet another fancy watcher inspired by entr." readme = "README.md" license = "MIT" repository = "https://github.com/cristianoliveira/funzzy" [profile.release] lto = true [lib] name = "funzzy" path = "src/lib.rs" [[bin]] name = "funzzy" path = "src/main.rs" [[bin]] name = "fzz" path = "src/main.rs" [[test]] name = "command_init" path = "tests/command_init.rs" [[test]] name = "command_init_errors" path = "tests/command_init_errors.rs" [[test]] name = "read_stdin_error" path = "tests/read_stdin_error.rs" [[test]] name = "tasks_that_run_on_init" path = "tests/tasks_that_run_on_init.rs" [[test]] name = "tasks_with_filepath_template" path = "tests/tasks_with_filepath_template.rs" [[test]] name = "watcher_does_not_die_with_failing_tasks" path = "tests/watcher_does_not_die_with_failing_tasks.rs" [[test]] name = "watcher_reloads_config_file" path = "tests/watcher_reloads_config_file.rs" [[test]] name = "watching_arbitrary_files_running_arbitrary_commands" path = "tests/watching_arbitrary_files_running_arbitrary_commands.rs" [[test]] name = "watching_configured_errors" path = "tests/watching_configured_errors.rs" [[test]] name = "watching_configured_rules" path = "tests/watching_configured_rules.rs" [[test]] name = "watching_filtered_tasks_with_target_flag" path = "tests/watching_filtered_tasks_with_target_flag.rs" [[test]] name = "watching_with_fail_fast_flag" path = "tests/watching_with_fail_fast_flag.rs" [[test]] name = "watching_with_non_block_flag" path = "tests/watching_with_non_block_flag.rs" [[test]] name = "watching_with_verbose_flag" path = "tests/watching_with_verbose_flag.rs" [dependencies.docopt] version = "1.1.1" [dependencies.glob] version = "0.2.11" [dependencies.nix] version = "0.26.2" [dependencies.notify] version = "4.0.0" [dependencies.notify-debouncer-mini] version = "0.3.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.pretty_assertions] version = "1.4.1" [features] test-integration = [] test-integration-e2e = [ "test-integration-file-system", "test-integration", ] test-integration-file-system = []