# 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 = "hot-cli" version = "0.1.0" description = "Unix command reloader" homepage = "https://github.com/jpopesculian/hot" documentation = "https://github.com/jpopesculian/hot" readme = "README.md" license = "MIT" repository = "https://github.com/jpopesculian/hot" [[bin]] name = "hot" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.crossterm] version = "0.25.0" default-features = false [dependencies.mio] version = "0.8.4" features = [ "os-ext", "os-poll", ] default-features = false