# 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 = "font-manager" version = "0.0.6" authors = ["Eric Puentes "] exclude = ["test-data/*"] description = "A simple utility to manage fonts on linux systems" homepage = "https://github.com/E-ricus/font-manager-cli" readme = "README.md" license = "MIT" repository = "https://github.com/E-ricus/font-manager-cli" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.home] version = "0.5.9" [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12.4" [dependencies.text_io] version = "0.1.12" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "net", ] [dependencies.zip] version = "2.1.3"