robe 0.0.1

Wear your configs: a tiny CLI for saving and switching between dotfile configurations
# 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 = "2024"
name = "robe"
version = "0.0.1"
authors = ["Vicente Figueiredo <vicenteppfigueiredo@gmail.com>"]
build = false
exclude = [
    "target",
    "*.rs.bk",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wear your configs: a tiny CLI for saving and switching between dotfile configurations"
homepage = "https://github.com/sawsent/robe"
documentation = "https://docs.rs/robe"
readme = "README.md"
keywords = [
    "dotfiles",
    "config",
    "profiles",
    "cli",
    "tool",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/sawsent/robe"

[[bin]]
name = "robe"
path = "src/main.rs"

[dependencies.dirs]
version = "6.0.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.toml]
version = "0.9.11"

[profile.release]
lto = true
codegen-units = 1
strip = true