# 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 = "link_o_matic" version = "0.4.2" description = "A dotfile symlink manager with a convention over configuration philosophy" readme = "README.md" keywords = [ "dotfile", "symlink", "home", "config", ] categories = [ "command-line-utilities", "config", "filesystem", ] license = "GPL-3.0" repository = "https://github.com/mong8se/link_o_matic" [profile.release] opt-level = "s" lto = true codegen-units = 1 [dependencies.once_cell] version = "1.19.0" [dependencies.owo-colors] version = "4"