dxm-init 0.2.0

Crate for initializing FXServer data directories.
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 = "2024"
rust-version = "1.85"
name = "dxm-init"
version = "0.2.0"
authors = ["David Malchin <malchin459@gmail.com>"]
build = false
include = [
    "src",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for initializing FXServer data directories."
readme = "README.md"
license = "MIT"
repository = "https://github.com/D4isDAVID/dxm"

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

[dependencies.dxm-manifest]
version = "0.3.0"

[dependencies.fs-err]
version = "3.2.2"

[dependencies.git2]
version = "0.20.3"

[dependencies.log]
version = "0.4.29"
features = ["std"]

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

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