flk 0.6.1

A CLI tool for managing flake.nix devShell environments
Documentation
# 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 = "flk"
version = "0.6.1"
authors = ["AEduardo-dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for managing flake.nix devShell environments"
homepage = "https://github.com/AEduardo-dev/flk"
documentation = "https://docs.rs/flk"
readme = "README.md"
keywords = [
    "nix",
    "flake",
    "devbox",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/AEduardo-dev/flk"

[package.metadata.wix]
upgrade-guid = "27E5842B-50B1-4D19-A316-40A70A78AEA3"
path-guid = "3BB30D48-1F9B-4DA8-89F4-898D51FDD0EB"
license = false
eula = false

[lib]
name = "flk"
path = "src/lib.rs"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.clap_complete]
version = "4.5.59"

[dependencies.colored]
version = "3.1"

[dependencies.dirs]
version = "6.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.nom]
version = "8"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.signal-hook]
version = "0.4.1"

[dependencies.toml]
version = "1.0"

[dependencies.ureq]
version = "3.1.4"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.clippy]
version = "0.0.302"

[dev-dependencies.fmt]
version = "0.1.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.8"

[profile.dist]
lto = "thin"
inherits = "release"