linutil_core 26.5.21

The backend of Linutil.
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 = "linutil_core"
version = "26.5.21"
build = false
include = [
    "src/*.rs",
    "Cargo.toml",
    "tabs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The backend of Linutil."
readme = false
license = "MIT"
repository = "https://github.com/ChrisTitusTech/linutil/tree/main/core"

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

[dependencies.ego-tree]
version = "0.11.0"

[dependencies.include_dir]
version = "0.7.4"

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

[dependencies.temp-dir]
version = "0.2.0"

[dependencies.toml]
version = "1.1.2"
features = [
    "parse",
    "serde",
]

[dependencies.which]
version = "8.0.2"