# 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 = "movey-utils" version = "0.0.2" authors = ["East Agile "] description = "Various utilities and functionalities for MoveyCLI" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "3.0.0-beta.2" features = ["yaml"] [dependencies.config] version = "0.10.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.failure] version = "0.1.8" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.11" [dependencies.once_cell] version = "1.16.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serial_test] version = "0.9.0" [dependencies.slog] version = "2.7.0" [dependencies.slog-async] version = "2.7.0" [dependencies.slog-scope] version = "4.4.0" [dependencies.slog-stdlog] version = "4.1.1" [dependencies.slog-syslog] version = "0.13.0" [dependencies.slog-term] version = "2.9.0" [dependencies.toml_edit] version = "0.15.0" features = ["easy"]