# 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 = "rsincron" version = "0.0.10" authors = ["Mattia Repetto "] description = "Rust rewrite of the incredibly useful but abandoned incron software" homepage = "https://github.com/mfwre/rsincron" documentation = "https://github.com/mfwre/rsincron" readme = "README.md" keywords = ["incron"] license = "GPL-3.0-or-later" repository = "https://github.com/mfwre/rsincron" [lib] name = "rsincronlib" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.1" features = [ "derive", "string", ] [dependencies.figment] version = "0.10.14" features = ["toml"] [dependencies.futures] version = "0.3.30" [dependencies.inotify] version = "0.10.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.shell-words] version = "1.1.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", "time", "process", "sync", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.uuid] version = "1.7.0" features = ["v4"] [dependencies.winnow] version = "0.6.3" [dependencies.xdg] version = "2.5.2"