# 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 = "blazzy" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Very fast and lightweight file system observer server that works directly with the system API" readme = "README.md" license = "MIT" [[bin]] name = "blazzy" path = "src/main.rs" [dependencies.actix] version = "0.13.5" [dependencies.actix-web] version = "4.8.0" [dependencies.actix-web-actors] version = "4.3.0" [dependencies.atomic_refcell] version = "0.1.13" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.env_logger] version = "0.11.3" [dependencies.lazy_static] version = "1.5.0" [dependencies.lru] version = "0.12.3" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", "io-std", ] [dependencies.winapi] version = "0.3.9" features = [ "fileapi", "synchapi", "winbase", "winnt", "handleapi", "minwinbase", ]