krypt-core 0.0.2

Core engine for the `krypt` dotfiles manager: config, paths, copy, manifest, runner.
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"
rust-version = "1.85"
name = "krypt-core"
version = "0.0.2"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core engine for the `krypt` dotfiles manager: config, paths, copy, manifest, runner."
homepage = "https://github.com/kryptic-sh/krypt"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kryptic-sh/krypt"

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

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"