linutil_core 26.1.22

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.1.22"
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.9.0"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]
default-features = false

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

[dependencies.toml]
version = "0.8.19"
features = ["parse"]
default-features = false

[dependencies.which]
version = "7.0.0"