# 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 = "leafslug_effects" version = "0.4.1" authors = ["Perma Alesheikh "] description = "Useful set of effectful commands, for my leafslug collection." homepage = "https://sr.ht/~prma/leafslug" readme = "./README.md" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://git.sr.ht/~prma/leafslug" [lib] path = "src/lib.rs" [dependencies.fs_extra] version = "1.3.0" [dependencies.gix-discover] version = "0.26.0" [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.31" features = [ "serde", "local-offset", "serde-well-known", ] [dependencies.tracing] version = "0.1.40"