# 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 = "fontup" version = "0.1.2" authors = ["Tom Shaw "] description = "A cross-platform command line application that makes installing and uninstalling fonts a blast!" homepage = "https://github.com/tomshaw/fontup" documentation = "https://docs.rs/fontup" readme = "README.md" license = "MIT" repository = "https://github.com/tomshaw/fontup" [dependencies.chrono] version = "0.4" [dependencies.cli-table] version = "0.4.7" [dependencies.colored] version = "2.0.4" [dependencies.dirs] version = "3.0.2" [dependencies.path-slash] version = "0.2.1" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1" features = ["full"] [dependencies.ttf-parser] version = "0.20.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser"] [target."cfg(windows)".dependencies.winreg] version = "0.52.0"